Html Css Color HEX #0A056B Navy

📋 copy color: '#0A056B'

red 10 ◦ green 5 ◦ blue 107

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

Shades of Navy #0A056B

Tints of Navy #0A056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 87.7%

R = 8.2%
G = 4.1%
B = 87.7%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A056B (or 0x0A056B) is known color: Navy. HEX triplet: 0A, 05 and 6B. RGB value is (10,5,107). Sum of RGB (Red+Green+Blue) = 10+5+107=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 107 (42.19% from 255 or 87.70% from 122); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A056B is #F5FA94. Grayscale: #111111. Windows color (decimal): -16120469 or 7013642. OLE color: 7013642.

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

Color convert

RGB 10 5 107 -
CMYK 0.91 0.95 0 0.58
HSL 242.94º 0.91% 0.22% -
HSV(B) 242.94º 0.95% 0.42% -
XYZ 2.83 1.23 14 -
YUV 18.12 178.16 122.21 -
System Red Green Blue C M Y K H S L
Decimal 10 5 107 0.91 0.95 0 0.58 242.94 0.91 0.22
Hex A 5 6B 5B 5F 0 3A F3 5B 16
Octal 12 5 153 133 137 0 72 363 133 26
Binary 1010 101 1101011 1011011 1011111 0 111010 11110011 1011011 10110

Color Harmonies of #0A056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A056B

Black with #0A056B

Text Example


Text Example

White with #0A056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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