Html Css Color HEX #0A066E Navy

📋 copy color: '#0A066E'

red 10 ◦ green 6 ◦ blue 110

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

Shades of Navy #0A066E

Tints of Navy #0A066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

 BLUE value IS 110 (43.36% from 255) = 87.3%

R = 7.94%
G = 4.76%
B = 87.3%

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

#0A066E (or 0x0A066E) is known color: Navy. HEX triplet: 0A, 06 and 6E. RGB value is (10,6,110). Sum of RGB (Red+Green+Blue) = 10+6+110=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 110 (43.36% from 255 or 87.30% from 126); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A066E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A066E is #F5F991. Grayscale: #121212. Windows color (decimal): -16120210 or 7210506. OLE color: 7210506.

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

Color convert

RGB 10 6 110 -
CMYK 0.91 0.95 0 0.57
HSL 242.31º 0.9% 0.23% -
HSV(B) 242.31º 0.95% 0.43% -
XYZ 3 1.32 14.85 -
YUV 19.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 10 6 110 0.91 0.95 0 0.57 242.31 0.9 0.23
Hex A 6 6E 5B 5F 0 39 F2 5A 17
Octal 12 6 156 133 137 0 71 362 132 27
Binary 1010 110 1101110 1011011 1011111 0 111001 11110010 1011010 10111

Color Harmonies of #0A066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A066E

Black with #0A066E

Text Example


Text Example

White with #0A066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,6,110); }

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

background-color css

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

 a { background-color: rgb(10,6,110); }

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

border-color css

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

 span { border-color: rgb(10,6,110); }

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