#06244B

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

Shades of Sapphire #06244B

Tints of Sapphire #06244B

Color information

#06244B (or 0x06244B) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 4B. RGB value is (6,36,75). Sum of RGB (Red+Green+Blue) = 6+36+75=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #06244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06244B is #F9DBB4. Grayscale: #1F1F1F. Windows color (decimal): -16374709 or 4924422. OLE color: 4924422.

HSL color Cylindrical-coordinate representation of color #06244B: hue angle of 213.91º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06244B is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63675-
CMYK0.920.5200.71
HSL213.91º85.19%15.88%-
HSV(B)213.91º92%29.41%-
XYZ1.981.816.9-
YUV31.48152.56109.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 75 (29.69% from 255) = 64.10%
R=5.13%
G=30.77%
B=64.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal636750.920.5200.71213.9185.1915.88
Hex6244B5C34047d65510
Octal64411313464010732612520
Binary110100100100101110111001101000100011111010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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