Html Css Color HEX #0A2471 Sapphire

📋 copy color: '#0A2471'

red 10 ◦ green 36 ◦ blue 113

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

Shades of Sapphire #0A2471

Tints of Sapphire #0A2471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.07%

R = 6.29%
G = 22.64%
B = 71.07%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A2471 (or 0x0A2471) is known color: Sapphire. HEX triplet: 0A, 24 and 71. RGB value is (10,36,113). Sum of RGB (Red+Green+Blue) = 10+36+113=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2471 is #F5DB8E. Grayscale: #242424. Windows color (decimal): -16112527 or 7414794. OLE color: 7414794.

HSL color Cylindrical-coordinate representation of color #0A2471: hue angle of 224.85º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2471 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 36 113 -
CMYK 0.91 0.68 0 0.56
HSL 224.85º 0.84% 0.24% -
HSV(B) 224.85º 0.91% 0.44% -
XYZ 3.74 2.52 15.91 -
YUV 37 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 10 36 113 0.91 0.68 0 0.56 224.85 0.84 0.24
Hex A 24 71 5B 44 0 38 E1 54 18
Octal 12 44 161 133 104 0 70 341 124 30
Binary 1010 100100 1110001 1011011 1000100 0 111000 11100001 1010100 11000

Color Harmonies of #0A2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2471

Black with #0A2471

Text Example


Text Example

White with #0A2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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