Html Css Color HEX #0A086E Navy

📋 copy color: '#0A086E'

red 10 ◦ green 8 ◦ blue 110

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

Shades of Navy #0A086E

Tints of Navy #0A086E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.25%

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

R = 7.81%
G = 6.25%
B = 85.94%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0A086E (or 0x0A086E) is known color: Navy. HEX triplet: 0A, 08 and 6E. RGB value is (10,8,110). Sum of RGB (Red+Green+Blue) = 10+8+110=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A086E is #F5F791. Grayscale: #131313. Windows color (decimal): -16119698 or 7211018. OLE color: 7211018.

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

Color convert

RGB 10 8 110 -
CMYK 0.91 0.93 0 0.57
HSL 241.18º 0.86% 0.23% -
HSV(B) 241.18º 0.93% 0.43% -
XYZ 3.03 1.36 14.86 -
YUV 20.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 10 8 110 0.91 0.93 0 0.57 241.18 0.86 0.23
Hex A 8 6E 5B 5D 0 39 F1 56 17
Octal 12 10 156 133 135 0 71 361 126 27
Binary 1010 1000 1101110 1011011 1011101 0 111001 11110001 1010110 10111

Color Harmonies of #0A086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A086E

Black with #0A086E

Text Example


Text Example

White with #0A086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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