#08244B

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

Shades of Sapphire #08244B

Tints of Sapphire #08244B

Color information

#08244B (or 0x08244B) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 4B. RGB value is (8,36,75). Sum of RGB (Red+Green+Blue) = 8+36+75=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #08244B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08244B is #F7DBB4. Grayscale: #1F1F1F. Windows color (decimal): -16243637 or 4924424. OLE color: 4924424.

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

Color convert

RGB83675-
CMYK0.890.5200.71
HSL214.93º80.72%16.27%-
HSV(B)214.93º89.33%29.41%-
XYZ21.826.9-
YUV32.07152.22110.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=6.72%
G=30.25%
B=63.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal836750.890.5200.71214.9380.7216.27
Hex8244B5934047d75110
Octal104411313164010732712120
Binary1000100100100101110110011101000100011111010111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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