Html Css Color HEX #01056E Navy

📋 copy color: '#01056E'

red 1 ◦ green 5 ◦ blue 110

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

Shades of Navy #01056E

Tints of Navy #01056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

 BLUE value IS 110 (43.36% from 255) = 94.83%

R = 0.86%
G = 4.31%
B = 94.83%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01056E (or 0x01056E) is known color: Navy. HEX triplet: 01, 05 and 6E. RGB value is (1,5,110). Sum of RGB (Red+Green+Blue) = 1+5+110=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 110 (43.36% from 255 or 94.83% from 116); Max value from RGB is 110 - color contains mainly: blue. Hex color #01056E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01056E is #FEFA91. Grayscale: #0F0F0F. Windows color (decimal): -16710290 or 7210241. OLE color: 7210241.

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

Color convert

RGB 1 5 110 -
CMYK 0.99 0.95 0 0.57
HSL 237.8º 0.98% 0.22% -
HSV(B) 237.8º 0.99% 0.43% -
XYZ 2.88 1.24 14.84 -
YUV 15.77 181.17 117.46 -
System Red Green Blue C M Y K H S L
Decimal 1 5 110 0.99 0.95 0 0.57 237.8 0.98 0.22
Hex 1 5 6E 63 5F 0 39 EE 62 16
Octal 1 5 156 143 137 0 71 356 142 26
Binary 1 101 1101110 1100011 1011111 0 111001 11101110 1100010 10110

Color Harmonies of #01056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01056E

Black with #01056E

Text Example


Text Example

White with #01056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01056E; }

 p { color: rgb(1,5,110); }

 H1.HeaderClassName
 {
   color: #01056E;
 }
 .AnyTagClassName
 {
   color: #01056E;
 }
</style>

background-color css

<style>
 a { background-color: #01056E; }

 a { background-color: rgb(1,5,110); }

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

border-color css

<style>
 span { border-color: #01056E; }

 span { border-color: rgb(1,5,110); }

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