Html Css Color HEX #0A0570 Navy

📋 copy color: '#0A0570'

red 10 ◦ green 5 ◦ blue 112

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

Shades of Navy #0A0570

Tints of Navy #0A0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.94%

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

R = 7.87%
G = 3.94%
B = 88.19%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A0570 (or 0x0A0570) is known color: Navy. HEX triplet: 0A, 05 and 70. RGB value is (10,5,112). Sum of RGB (Red+Green+Blue) = 10+5+112=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A0570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0570 is #F5FA8F. Grayscale: #121212. Windows color (decimal): -16120464 or 7341322. OLE color: 7341322.

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

Color convert

RGB 10 5 112 -
CMYK 0.91 0.96 0 0.56
HSL 242.8º 0.91% 0.23% -
HSV(B) 242.8º 0.96% 0.44% -
XYZ 3.1 1.34 15.42 -
YUV 18.69 180.66 121.8 -
System Red Green Blue C M Y K H S L
Decimal 10 5 112 0.91 0.96 0 0.56 242.8 0.91 0.23
Hex A 5 70 5B 60 0 38 F3 5B 17
Octal 12 5 160 133 140 0 70 363 133 27
Binary 1010 101 1110000 1011011 1100000 0 111000 11110011 1011011 10111

Color Harmonies of #0A0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0570

Black with #0A0570

Text Example


Text Example

White with #0A0570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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