Html Css Color HEX #0A0181 Navy

📋 copy color: '#0A0181'

red 10 ◦ green 1 ◦ blue 129

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

Shades of Navy #0A0181

Tints of Navy #0A0181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 129 (50.78% from 255) = 92.14%

R = 7.14%
G = 0.71%
B = 92.14%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0A0181 (or 0x0A0181) is known color: Navy. HEX triplet: 0A, 01 and 81. RGB value is (10,1,129). Sum of RGB (Red+Green+Blue) = 10+1+129=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 129 (50.78% from 255 or 92.14% from 140); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A0181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0181 is #F5FE7E. Grayscale: #111111. Windows color (decimal): -16121471 or 8454410. OLE color: 8454410.

HSL color Cylindrical-coordinate representation of color #0A0181: hue angle of 244.22º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A0181 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 1 129 -
CMYK 0.92 0.99 0 0.49
HSL 244.22º 0.98% 0.25% -
HSV(B) 244.22º 0.99% 0.51% -
XYZ 4.1 1.67 20.88 -
YUV 18.28 190.48 122.09 -
System Red Green Blue C M Y K H S L
Decimal 10 1 129 0.92 0.99 0 0.49 244.22 0.98 0.25
Hex A 1 81 5C 63 0 31 F4 62 19
Octal 12 1 201 134 143 0 61 364 142 31
Binary 1010 1 10000001 1011100 1100011 0 110001 11110100 1100010 11001

Color Harmonies of #0A0181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0181

Black with #0A0181

Text Example


Text Example

White with #0A0181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,1,129); }

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

background-color css

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

 a { background-color: rgb(10,1,129); }

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

border-color css

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

 span { border-color: rgb(10,1,129); }

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