Html Css Color HEX #0A2970 Sapphire

📋 copy color: '#0A2970'

red 10 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #0A2970

Tints of Sapphire #0A2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.15%

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

R = 6.13%
G = 25.15%
B = 68.71%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A2970 (or 0x0A2970) is known color: Sapphire. HEX triplet: 0A, 29 and 70. RGB value is (10,41,112). Sum of RGB (Red+Green+Blue) = 10+41+112=163 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.13% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A2970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2970 is #F5D68F. Grayscale: #272727. Windows color (decimal): -16111248 or 7350538. OLE color: 7350538.

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

Color convert

RGB 10 41 112 -
CMYK 0.91 0.63 0 0.56
HSL 221.76º 0.84% 0.24% -
HSV(B) 221.76º 0.91% 0.44% -
XYZ 3.84 2.82 15.67 -
YUV 39.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 10 41 112 0.91 0.63 0 0.56 221.76 0.84 0.24
Hex A 29 70 5B 3F 0 38 DE 54 18
Octal 12 51 160 133 77 0 70 336 124 30
Binary 1010 101001 1110000 1011011 111111 0 111000 11011110 1010100 11000

Color Harmonies of #0A2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2970

Black with #0A2970

Text Example


Text Example

White with #0A2970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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