#06194C

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

Shades of Sapphire #06194C

Tints of Sapphire #06194C

Color information

#06194C (or 0x06194C) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 4C. RGB value is (6,25,76). Sum of RGB (Red+Green+Blue) = 6+25+76=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #06194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06194C is #F9E6B3. Grayscale: #181818. Windows color (decimal): -16377524 or 4987142. OLE color: 4987142.

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

Color convert

RGB62576-
CMYK0.920.6700.70
HSL223.71º85.37%16.08%-
HSV(B)223.71º92.11%29.8%-
XYZ1.731.266.99-
YUV25.13156.71114.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 76 (30.08% from 255) = 71.03%
R=5.61%
G=23.36%
B=71.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal625760.920.6700.70223.7185.3716.08
Hex6194C5C43046e05510
Octal631114134103010634012520
Binary110110011001100101110010000110100011011100000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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