#06196E

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

Shades of Sapphire #06196E

Tints of Sapphire #06196E

Color information

#06196E (or 0x06196E) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 6E. RGB value is (6,25,110). Sum of RGB (Red+Green+Blue) = 6+25+110=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #06196E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06196E is #F9E691. Grayscale: #1C1C1C. Windows color (decimal): -16377490 or 7215366. OLE color: 7215366.

HSL color Cylindrical-coordinate representation of color #06196E: hue angle of 229.04º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06196E is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB625110-
CMYK0.950.7700.57
HSL229.04º89.66%22.75%-
HSV(B)229.04º94.55%43.14%-
XYZ3.241.8614.94-
YUV29.01173.71111.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 110 (43.36% from 255) = 78.01%
R=4.26%
G=17.73%
B=78.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6251100.950.7700.57229.0489.6622.75
Hex6196E5F4D039e55a17
Octal63115613711507134513227
Binary11011001110111010111111001101011100111100101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06196E; }

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

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

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

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

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

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

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

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