Html Css Color HEX #01056B Navy

📋 copy color: '#01056B'

red 1 ◦ green 5 ◦ blue 107

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

Shades of Navy #01056B

Tints of Navy #01056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 94.69%

R = 0.88%
G = 4.42%
B = 94.69%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#01056B (or 0x01056B) is known color: Navy. HEX triplet: 01, 05 and 6B. RGB value is (1,5,107). Sum of RGB (Red+Green+Blue) = 1+5+107=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 107 (42.19% from 255 or 94.69% from 113); Max value from RGB is 107 - color contains mainly: blue. Hex color #01056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01056B is #FEFA94. Grayscale: #0F0F0F. Windows color (decimal): -16710293 or 7013633. OLE color: 7013633.

HSL color Cylindrical-coordinate representation of color #01056B: hue angle of 237.74º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01056B is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 5 107 -
CMYK 0.99 0.95 0 0.58
HSL 237.74º 0.98% 0.21% -
HSV(B) 237.74º 0.99% 0.42% -
XYZ 2.72 1.18 13.99 -
YUV 15.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 1 5 107 0.99 0.95 0 0.58 237.74 0.98 0.21
Hex 1 5 6B 63 5F 0 3A EE 62 15
Octal 1 5 153 143 137 0 72 356 142 25
Binary 1 101 1101011 1100011 1011111 0 111010 11101110 1100010 10101

Color Harmonies of #01056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01056B

Black with #01056B

Text Example


Text Example

White with #01056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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