Html Css Color HEX #01056D Navy

📋 copy color: '#01056D'

red 1 ◦ green 5 ◦ blue 109

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

Shades of Navy #01056D

Tints of Navy #01056D

RGB

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

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

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

R = 0.87%
G = 4.35%
B = 94.78%

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

#01056D (or 0x01056D) is known color: Navy. HEX triplet: 01, 05 and 6D. RGB value is (1,5,109). Sum of RGB (Red+Green+Blue) = 1+5+109=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 109 (42.97% from 255 or 94.78% from 115); Max value from RGB is 109 - color contains mainly: blue. Hex color #01056D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01056D is #FEFA92. Grayscale: #0F0F0F. Windows color (decimal): -16710291 or 7144705. OLE color: 7144705.

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

Color convert

RGB 1 5 109 -
CMYK 0.99 0.95 0 0.57
HSL 237.78º 0.98% 0.22% -
HSV(B) 237.78º 0.99% 0.43% -
XYZ 2.83 1.22 14.55 -
YUV 15.66 180.67 117.54 -
System Red Green Blue C M Y K H S L
Decimal 1 5 109 0.99 0.95 0 0.57 237.78 0.98 0.22
Hex 1 5 6D 63 5F 0 39 EE 62 16
Octal 1 5 155 143 137 0 71 356 142 26
Binary 1 101 1101101 1100011 1011111 0 111001 11101110 1100010 10110

Color Harmonies of #01056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01056D

Black with #01056D

Text Example


Text Example

White with #01056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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