Html Css Color HEX #0A244F Sapphire

📋 copy color: '#0A244F'

red 10 ◦ green 36 ◦ blue 79

#0A244F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #0A244F

Tints of Sapphire #0A244F

RGB

 RED value IS 10 (4.3% from 255) = 8%

 GREEN value IS 36 (14.45% from 255) = 28.8%

 BLUE value IS 79 (31.25% from 255) = 63.2%

R = 8%
G = 28.8%
B = 63.2%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0A244F (or 0x0A244F) is known color: Sapphire. HEX triplet: 0A, 24 and 4F. RGB value is (10,36,79). Sum of RGB (Red+Green+Blue) = 10+36+79=125 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #0A244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A244F is #F5DBB0. Grayscale: #202020. Windows color (decimal): -16112561 or 5186570. OLE color: 5186570.

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

Color convert

RGB 10 36 79 -
CMYK 0.87 0.54 0 0.69
HSL 217.39º 0.78% 0.17% -
HSV(B) 217.39º 0.87% 0.31% -
XYZ 2.17 1.89 7.65 -
YUV 33.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 10 36 79 0.87 0.54 0 0.69 217.39 0.78 0.17
Hex A 24 4F 57 36 0 45 D9 4E 11
Octal 12 44 117 127 66 0 105 331 116 21
Binary 1010 100100 1001111 1010111 110110 0 1000101 11011001 1001110 10001

Color Harmonies of #0A244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A244F

Black with #0A244F

Text Example


Text Example

White with #0A244F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A244F;
 }
 .AnyTagClassName
 {
   color: #0A244F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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