#031950

Color #031950 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #031950

Tints of Sapphire #031950

Color information

#031950 (or 0x031950) is unknown color: approx Sapphire. HEX triplet: 03, 19 and 50. RGB value is (3,25,80). Sum of RGB (Red+Green+Blue) = 3+25+80=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 80 (31.64% from 255 or 74.07% from 108); Max value from RGB is 80 - color contains mainly: blue. Hex color #031950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031950 is #FCE6AF. Grayscale: #181818. Windows color (decimal): -16574128 or 5249283. OLE color: 5249283.

HSL color Cylindrical-coordinate representation of color #031950: hue angle of 222.86º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031950 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB32580-
CMYK0.960.6900.69
HSL222.86º92.77%16.27%-
HSV(B)222.86º96.25%31.37%-
XYZ1.831.297.74-
YUV24.69159.21112.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 80 (31.64% from 255) = 74.07%
R=2.78%
G=23.15%
B=74.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal325800.960.6900.69222.8692.7716.27
Hex319506045045df5d10
Octal331120140105010533713520
Binary11110011010000110000010001010100010111011111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031950; }

 p { color: rgb(3,25,80); }

 H1.HeaderClassName
 {
   color: #031950;
 }
 .AnyTagClassName
 {
   color: #031950;
 }
</style>
background-color css

<style>
 a { background-color: #031950; }

 a { background-color: rgb(3,25,80); }

 div.DivClassName
 {
   background-color: #031950;
 }
 .BgClassName
 {
   background-color: #031950;
 }
</style>
border-color css

<style>
 span { border-color: #031950; }

 span { border-color: rgb(3,25,80); }

 td.TdClassName
 {
   border-color: #031950;
 }
 .TagClassName
 {
   border-color: #031950;
 }
</style>