Html Css Color HEX #0A2071 Sapphire

📋 copy color: '#0A2071'

red 10 ◦ green 32 ◦ blue 113

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

Shades of Sapphire #0A2071

Tints of Sapphire #0A2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

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

R = 6.45%
G = 20.65%
B = 72.9%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A2071 (or 0x0A2071) is known color: Sapphire. HEX triplet: 0A, 20 and 71. RGB value is (10,32,113). Sum of RGB (Red+Green+Blue) = 10+32+113=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A2071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2071 is #F5DF8E. Grayscale: #222222. Windows color (decimal): -16113551 or 7413770. OLE color: 7413770.

HSL color Cylindrical-coordinate representation of color #0A2071: hue angle of 227.18º 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 #0A2071 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 32 113 -
CMYK 0.91 0.72 0 0.56
HSL 227.18º 0.84% 0.24% -
HSV(B) 227.18º 0.91% 0.44% -
XYZ 3.62 2.29 15.87 -
YUV 34.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 10 32 113 0.91 0.72 0 0.56 227.18 0.84 0.24
Hex A 20 71 5B 48 0 38 E3 54 18
Octal 12 40 161 133 110 0 70 343 124 30
Binary 1010 100000 1110001 1011011 1001000 0 111000 11100011 1010100 11000

Color Harmonies of #0A2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2071

Black with #0A2071

Text Example


Text Example

White with #0A2071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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