Html Css Color HEX #01026D Navy

📋 copy color: '#01026D'

red 1 ◦ green 2 ◦ blue 109

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

Shades of Navy #01026D

Tints of Navy #01026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.79%

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

R = 0.89%
G = 1.79%
B = 97.32%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01026D (or 0x01026D) is known color: Navy. HEX triplet: 01, 02 and 6D. RGB value is (1,2,109). Sum of RGB (Red+Green+Blue) = 1+2+109=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 109 (42.97% from 255 or 97.32% from 112); Max value from RGB is 109 - color contains mainly: blue. Hex color #01026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01026D is #FEFD92. Grayscale: #0D0D0D. Windows color (decimal): -16711059 or 7143937. OLE color: 7143937.

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

Color convert

RGB 1 2 109 -
CMYK 0.99 0.98 0 0.57
HSL 239.44º 0.98% 0.22% -
HSV(B) 239.44º 0.99% 0.43% -
XYZ 2.79 1.15 14.54 -
YUV 13.9 181.67 118.8 -
System Red Green Blue C M Y K H S L
Decimal 1 2 109 0.99 0.98 0 0.57 239.44 0.98 0.22
Hex 1 2 6D 63 62 0 39 EF 62 16
Octal 1 2 155 143 142 0 71 357 142 26
Binary 1 10 1101101 1100011 1100010 0 111001 11101111 1100010 10110

Color Harmonies of #01026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01026D

Black with #01026D

Text Example


Text Example

White with #01026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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