#08244C

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

Shades of Sapphire #08244C

Tints of Sapphire #08244C

Color information

#08244C (or 0x08244C) is unknown color: approx Sapphire. HEX triplet: 08, 24 and 4C. RGB value is (8,36,76). Sum of RGB (Red+Green+Blue) = 8+36+76=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #08244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08244C is #F7DBB3. Grayscale: #1F1F1F. Windows color (decimal): -16243636 or 4989960. OLE color: 4989960.

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

Color convert

RGB83676-
CMYK0.890.5300.70
HSL215.29º80.95%16.47%-
HSV(B)215.29º89.47%29.8%-
XYZ2.041.847.08-
YUV32.19152.72110.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.67%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=6.67%
G=30%
B=63.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal836760.890.5300.70215.2980.9516.47
Hex8244C5935046d75110
Octal104411413165010632712120
Binary1000100100100110010110011101010100011011010111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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