#0a244c

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

Shades of Sapphire #0A244C

Tints of Sapphire #0A244C

Color information

#0A244C (or 0x0A244C) is unknown color: approx Sapphire. HEX triplet: 0A, 24 and 4C. RGB value is (10,36,76). Sum of RGB (Red+Green+Blue) = 10+36+76=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #0A244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A244C is #F5DBB3. Grayscale: #202020. Windows color (decimal): -16112564 or 4989962. OLE color: 4989962.

HSL color Cylindrical-coordinate representation of color #0A244C: hue angle of 216.36º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A244C is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB103676-
CMYK0.870.5300.70
HSL216.36º76.74%16.86%-
HSV(B)216.36º86.84%29.8%-
XYZ2.061.857.09-
YUV32.79152.39111.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.20%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 76 (30.08% from 255) = 62.30%
R=8.20%
G=29.51%
B=62.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1036760.870.5300.70216.3676.7416.86
HexA244C5735046d84d11
Octal124411412765010633011521
Binary1010100100100110010101111101010100011011011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a244c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0a244c; }

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

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

<style>
 a { background-color: #0a244c; }

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

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

<style>
 span { border-color: #0a244c; }

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

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