#06156e

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

Shades of Sapphire #06156E

Tints of Sapphire #06156E

Color information

#06156E (or 0x06156E) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 6E. RGB value is (6,21,110). Sum of RGB (Red+Green+Blue) = 6+21+110=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 110 (43.36% from 255 or 80.29% from 137); Max value from RGB is 110 - color contains mainly: blue. Hex color #06156E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06156E is #F9EA91. Grayscale: #1A1A1A. Windows color (decimal): -16378514 or 7214342. OLE color: 7214342.

HSL color Cylindrical-coordinate representation of color #06156E: hue angle of 231.35º 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 #06156E is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB621110-
CMYK0.950.8100.57
HSL231.35º89.66%22.75%-
HSV(B)231.35º94.55%43.14%-
XYZ3.161.714.91-
YUV26.66175.03113.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 110 (43.36% from 255) = 80.29%
R=4.38%
G=15.33%
B=80.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6211100.950.8100.57231.3589.6622.75
Hex6156E5F51039e75a17
Octal62515613712107134713227
Binary11010101110111010111111010001011100111100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06156e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06156e; }

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

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

<style>
 a { background-color: #06156e; }

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

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

<style>
 span { border-color: #06156e; }

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

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