#06194A

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

Shades of Sapphire #06194A

Tints of Sapphire #06194A

Color information

#06194A (or 0x06194A) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 4A. RGB value is (6,25,74). Sum of RGB (Red+Green+Blue) = 6+25+74=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #06194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06194A is #F9E6B5. Grayscale: #181818. Windows color (decimal): -16377526 or 4856070. OLE color: 4856070.

HSL color Cylindrical-coordinate representation of color #06194A: hue angle of 223.24º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06194A is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB62574-
CMYK0.920.6600.71
HSL223.24º85%15.69%-
HSV(B)223.24º91.89%29.02%-
XYZ1.661.236.63-
YUV24.9155.71114.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 74 (29.30% from 255) = 70.48%
R=5.71%
G=23.81%
B=70.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal625740.920.6600.71223.248515.69
Hex6194A5C42047df5510
Octal631112134102010733712520
Binary110110011001010101110010000100100011111011111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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