Html Css Color HEX #01086F Navy

📋 copy color: '#01086F'

red 1 ◦ green 8 ◦ blue 111

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

Shades of Navy #01086F

Tints of Navy #01086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 92.5%

R = 0.83%
G = 6.67%
B = 92.5%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01086F (or 0x01086F) is known color: Navy. HEX triplet: 01, 08 and 6F. RGB value is (1,8,111). Sum of RGB (Red+Green+Blue) = 1+8+111=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 111 (43.75% from 255 or 92.5% from 120); Max value from RGB is 111 - color contains mainly: blue. Hex color #01086F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01086F is #FEF790. Grayscale: #111111. Windows color (decimal): -16709521 or 7276545. OLE color: 7276545.

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

Color convert

RGB 1 8 111 -
CMYK 0.99 0.93 0 0.56
HSL 236.18º 0.98% 0.22% -
HSV(B) 236.18º 0.99% 0.44% -
XYZ 2.97 1.33 15.14 -
YUV 17.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 1 8 111 0.99 0.93 0 0.56 236.18 0.98 0.22
Hex 1 8 6F 63 5D 0 38 EC 62 16
Octal 1 10 157 143 135 0 70 354 142 26
Binary 1 1000 1101111 1100011 1011101 0 111000 11101100 1100010 10110

Color Harmonies of #01086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01086F

Black with #01086F

Text Example


Text Example

White with #01086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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