Html Css Color HEX #01036D Navy

📋 copy color: '#01036D'

red 1 ◦ green 3 ◦ blue 109

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

Shades of Navy #01036D

Tints of Navy #01036D

RGB

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

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

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

R = 0.88%
G = 2.65%
B = 96.46%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01036D (or 0x01036D) is known color: Navy. HEX triplet: 01, 03 and 6D. RGB value is (1,3,109). Sum of RGB (Red+Green+Blue) = 1+3+109=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 109 (42.97% from 255 or 96.46% from 113); Max value from RGB is 109 - color contains mainly: blue. Hex color #01036D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01036D is #FEFC92. Grayscale: #0E0E0E. Windows color (decimal): -16710803 or 7144193. OLE color: 7144193.

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

Color convert

RGB 1 3 109 -
CMYK 0.99 0.97 0 0.57
HSL 238.89º 0.98% 0.22% -
HSV(B) 238.89º 0.99% 0.43% -
XYZ 2.81 1.18 14.55 -
YUV 14.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 1 3 109 0.99 0.97 0 0.57 238.89 0.98 0.22
Hex 1 3 6D 63 61 0 39 EF 62 16
Octal 1 3 155 143 141 0 71 357 142 26
Binary 1 11 1101101 1100011 1100001 0 111001 11101111 1100010 10110

Color Harmonies of #01036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01036D

Black with #01036D

Text Example


Text Example

White with #01036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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