#06194F

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

Shades of Sapphire #06194F

Tints of Sapphire #06194F

Color information

#06194F (or 0x06194F) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 4F. RGB value is (6,25,79). Sum of RGB (Red+Green+Blue) = 6+25+79=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 79 (31.25% from 255 or 71.82% from 110); Max value from RGB is 79 - color contains mainly: blue. Hex color #06194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06194F is #F9E6B0. Grayscale: #191919. Windows color (decimal): -16377521 or 5183750. OLE color: 5183750.

HSL color Cylindrical-coordinate representation of color #06194F: hue angle of 224.38º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06194F is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB62579-
CMYK0.920.6800.69
HSL224.38º85.88%16.67%-
HSV(B)224.38º92.41%30.98%-
XYZ1.831.37.55-
YUV25.48158.21114.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 79 (31.25% from 255) = 71.82%
R=5.45%
G=22.73%
B=71.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal625790.920.6800.69224.3885.8816.67
Hex6194F5C44045e05611
Octal631117134104010534012621
Binary110110011001111101110010001000100010111100000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06194F; }

 p { color: rgb(6,25,79); }

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

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

 a { background-color: rgb(6,25,79); }

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

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

 span { border-color: rgb(6,25,79); }

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