Html Css Color HEX #0A056F Navy

📋 copy color: '#0A056F'

red 10 ◦ green 5 ◦ blue 111

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

Shades of Navy #0A056F

Tints of Navy #0A056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 88.1%

R = 7.94%
G = 3.97%
B = 88.1%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A056F (or 0x0A056F) is known color: Navy. HEX triplet: 0A, 05 and 6F. RGB value is (10,5,111). Sum of RGB (Red+Green+Blue) = 10+5+111=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 111 (43.75% from 255 or 88.10% from 126); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A056F is #F5FA90. Grayscale: #121212. Windows color (decimal): -16120465 or 7275786. OLE color: 7275786.

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

Color convert

RGB 10 5 111 -
CMYK 0.91 0.95 0 0.56
HSL 242.83º 0.91% 0.23% -
HSV(B) 242.83º 0.95% 0.44% -
XYZ 3.05 1.32 15.13 -
YUV 18.58 180.16 121.88 -
System Red Green Blue C M Y K H S L
Decimal 10 5 111 0.91 0.95 0 0.56 242.83 0.91 0.23
Hex A 5 6F 5B 5F 0 38 F3 5B 17
Octal 12 5 157 133 137 0 70 363 133 27
Binary 1010 101 1101111 1011011 1011111 0 111000 11110011 1011011 10111

Color Harmonies of #0A056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A056F

Black with #0A056F

Text Example


Text Example

White with #0A056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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