Html Css Color HEX #01036F Navy

📋 copy color: '#01036F'

red 1 ◦ green 3 ◦ blue 111

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

Shades of Navy #01036F

Tints of Navy #01036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.61%

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

R = 0.87%
G = 2.61%
B = 96.52%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01036F (or 0x01036F) is known color: Navy. HEX triplet: 01, 03 and 6F. RGB value is (1,3,111). Sum of RGB (Red+Green+Blue) = 1+3+111=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 111 (43.75% from 255 or 96.52% from 115); Max value from RGB is 111 - color contains mainly: blue. Hex color #01036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01036F is #FEFC90. Grayscale: #0E0E0E. Windows color (decimal): -16710801 or 7275265. OLE color: 7275265.

HSL color Cylindrical-coordinate representation of color #01036F: hue angle of 238.91º 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 #01036F is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 3 111 -
CMYK 0.99 0.97 0 0.56
HSL 238.91º 0.98% 0.22% -
HSV(B) 238.91º 0.99% 0.44% -
XYZ 2.91 1.22 15.12 -
YUV 14.71 182.34 118.22 -
System Red Green Blue C M Y K H S L
Decimal 1 3 111 0.99 0.97 0 0.56 238.91 0.98 0.22
Hex 1 3 6F 63 61 0 38 EF 62 16
Octal 1 3 157 143 141 0 70 357 142 26
Binary 1 11 1101111 1100011 1100001 0 111000 11101111 1100010 10110

Color Harmonies of #01036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01036F

Black with #01036F

Text Example


Text Example

White with #01036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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