Html Css Color HEX #0A056D Navy

📋 copy color: '#0A056D'

red 10 ◦ green 5 ◦ blue 109

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

Shades of Navy #0A056D

Tints of Navy #0A056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 87.9%

R = 8.06%
G = 4.03%
B = 87.9%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A056D (or 0x0A056D) is known color: Navy. HEX triplet: 0A, 05 and 6D. RGB value is (10,5,109). Sum of RGB (Red+Green+Blue) = 10+5+109=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #0A056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A056D is #F5FA92. Grayscale: #111111. Windows color (decimal): -16120467 or 7144714. OLE color: 7144714.

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

Color convert

RGB 10 5 109 -
CMYK 0.91 0.95 0 0.57
HSL 242.88º 0.91% 0.22% -
HSV(B) 242.88º 0.95% 0.43% -
XYZ 2.94 1.28 14.56 -
YUV 18.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 10 5 109 0.91 0.95 0 0.57 242.88 0.91 0.22
Hex A 5 6D 5B 5F 0 39 F3 5B 16
Octal 12 5 155 133 137 0 71 363 133 26
Binary 1010 101 1101101 1011011 1011111 0 111001 11110011 1011011 10110

Color Harmonies of #0A056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A056D

Black with #0A056D

Text Example


Text Example

White with #0A056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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