Html Css Color HEX #01086D Navy

📋 copy color: '#01086D'

red 1 ◦ green 8 ◦ blue 109

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

Shades of Navy #01086D

Tints of Navy #01086D

RGB

 RED value IS 1 (0.78% from 255) = 0.85%

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

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

R = 0.85%
G = 6.78%
B = 92.37%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01086D (or 0x01086D) is known color: Navy. HEX triplet: 01, 08 and 6D. RGB value is (1,8,109). Sum of RGB (Red+Green+Blue) = 1+8+109=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 109 (42.97% from 255 or 92.37% from 118); Max value from RGB is 109 - color contains mainly: blue. Hex color #01086D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01086D is #FEF792. Grayscale: #111111. Windows color (decimal): -16709523 or 7145473. OLE color: 7145473.

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

Color convert

RGB 1 8 109 -
CMYK 0.99 0.93 0 0.57
HSL 236.11º 0.98% 0.22% -
HSV(B) 236.11º 0.99% 0.43% -
XYZ 2.86 1.28 14.57 -
YUV 17.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 1 8 109 0.99 0.93 0 0.57 236.11 0.98 0.22
Hex 1 8 6D 63 5D 0 39 EC 62 16
Octal 1 10 155 143 135 0 71 354 142 26
Binary 1 1000 1101101 1100011 1011101 0 111001 11101100 1100010 10110

Color Harmonies of #01086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01086D

Black with #01086D

Text Example


Text Example

White with #01086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01086D; }

 p { color: rgb(1,8,109); }

 H1.HeaderClassName
 {
   color: #01086D;
 }
 .AnyTagClassName
 {
   color: #01086D;
 }
</style>

background-color css

<style>
 a { background-color: #01086D; }

 a { background-color: rgb(1,8,109); }

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

border-color css

<style>
 span { border-color: #01086D; }

 span { border-color: rgb(1,8,109); }

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