Html Css Color HEX #0A057E Navy

📋 copy color: '#0A057E'

red 10 ◦ green 5 ◦ blue 126

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

Shades of Navy #0A057E

Tints of Navy #0A057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 89.36%

R = 7.09%
G = 3.55%
B = 89.36%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A057E (or 0x0A057E) is known color: Navy. HEX triplet: 0A, 05 and 7E. RGB value is (10,5,126). Sum of RGB (Red+Green+Blue) = 10+5+126=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 126 (49.61% from 255 or 89.36% from 141); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A057E is #F5FA81. Grayscale: #131313. Windows color (decimal): -16120450 or 8258826. OLE color: 8258826.

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

Color convert

RGB 10 5 126 -
CMYK 0.92 0.96 0 0.51
HSL 242.48º 0.92% 0.26% -
HSV(B) 242.48º 0.96% 0.49% -
XYZ 3.95 1.68 19.85 -
YUV 20.29 187.66 120.66 -
System Red Green Blue C M Y K H S L
Decimal 10 5 126 0.92 0.96 0 0.51 242.48 0.92 0.26
Hex A 5 7E 5C 60 0 33 F2 5C 1A
Octal 12 5 176 134 140 0 63 362 134 32
Binary 1010 101 1111110 1011100 1100000 0 110011 11110010 1011100 11010

Color Harmonies of #0A057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A057E

Black with #0A057E

Text Example


Text Example

White with #0A057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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