#06244F

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

Shades of Sapphire #06244F

Tints of Sapphire #06244F

Color information

#06244F (or 0x06244F) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 4F. RGB value is (6,36,79). Sum of RGB (Red+Green+Blue) = 6+36+79=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #06244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06244F is #F9DBB0. Grayscale: #1F1F1F. Windows color (decimal): -16374705 or 5186566. OLE color: 5186566.

HSL color Cylindrical-coordinate representation of color #06244F: hue angle of 215.34º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06244F is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63679-
CMYK0.920.5400.69
HSL215.34º85.88%16.67%-
HSV(B)215.34º92.41%30.98%-
XYZ2.121.867.65-
YUV31.93154.56109.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=4.96%
G=29.75%
B=65.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal636790.920.5400.69215.3485.8816.67
Hex6244F5C36045d75611
Octal64411713466010532712621
Binary110100100100111110111001101100100010111010111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06244F; }

 p { color: rgb(6,36,79); }

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

<style>
 a { background-color: #06244F; }

 a { background-color: rgb(6,36,79); }

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

<style>
 span { border-color: #06244F; }

 span { border-color: rgb(6,36,79); }

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