#06256E

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

Shades of Sapphire #06256E

Tints of Sapphire #06256E

Color information

#06256E (or 0x06256E) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 6E. RGB value is (6,37,110). Sum of RGB (Red+Green+Blue) = 6+37+110=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #06256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06256E is #F9DA91. Grayscale: #232323. Windows color (decimal): -16374418 or 7218438. OLE color: 7218438.

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

Color convert

RGB637110-
CMYK0.950.6600.57
HSL222.12º89.66%22.75%-
HSV(B)222.12º94.55%43.14%-
XYZ3.552.4915.04-
YUV36.05169.73106.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 110 (43.36% from 255) = 71.90%
R=3.92%
G=24.18%
B=71.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6371100.950.6600.57222.1289.6622.75
Hex6256E5F42039de5a17
Octal64515613710207133613227
Binary110100101110111010111111000010011100111011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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