Html Css Color HEX #0A2070 Sapphire

📋 copy color: '#0A2070'

red 10 ◦ green 32 ◦ blue 112

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

Shades of Sapphire #0A2070

Tints of Sapphire #0A2070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 72.73%

R = 6.49%
G = 20.78%
B = 72.73%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A2070 (or 0x0A2070) is known color: Sapphire. HEX triplet: 0A, 20 and 70. RGB value is (10,32,112). Sum of RGB (Red+Green+Blue) = 10+32+112=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A2070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2070 is #F5DF8F. Grayscale: #222222. Windows color (decimal): -16113552 or 7348234. OLE color: 7348234.

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

Color convert

RGB 10 32 112 -
CMYK 0.91 0.71 0 0.56
HSL 227.06º 0.84% 0.24% -
HSV(B) 227.06º 0.91% 0.44% -
XYZ 3.57 2.27 15.58 -
YUV 34.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 10 32 112 0.91 0.71 0 0.56 227.06 0.84 0.24
Hex A 20 70 5B 47 0 38 E3 54 18
Octal 12 40 160 133 107 0 70 343 124 30
Binary 1010 100000 1110000 1011011 1000111 0 111000 11100011 1010100 11000

Color Harmonies of #0A2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2070

Black with #0A2070

Text Example


Text Example

White with #0A2070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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