#06197A

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

Shades of Sapphire #06197A

Tints of Sapphire #06197A

Color information

#06197A (or 0x06197A) is unknown color: approx Sapphire. HEX triplet: 06, 19 and 7A. RGB value is (6,25,122). Sum of RGB (Red+Green+Blue) = 6+25+122=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #06197A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06197A is #F9E685. Grayscale: #1D1D1D. Windows color (decimal): -16377478 or 8001798. OLE color: 8001798.

HSL color Cylindrical-coordinate representation of color #06197A: hue angle of 230.17º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06197A is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB625122-
CMYK0.950.8000.52
HSL230.17º90.62%25.1%-
HSV(B)230.17º95.08%47.84%-
XYZ3.942.1418.62-
YUV30.38179.71110.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 122 (48.05% from 255) = 79.74%
R=3.92%
G=16.34%
B=79.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6251220.950.8000.52230.1790.6225.1
Hex6197A5F50034e65b19
Octal63117213712006434613331
Binary11011001111101010111111010000011010011100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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