Html Css Color HEX #01056F Navy

📋 copy color: '#01056F'

red 1 ◦ green 5 ◦ blue 111

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

Shades of Navy #01056F

Tints of Navy #01056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 94.87%

R = 0.85%
G = 4.27%
B = 94.87%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#01056F (or 0x01056F) is known color: Navy. HEX triplet: 01, 05 and 6F. RGB value is (1,5,111). Sum of RGB (Red+Green+Blue) = 1+5+111=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 111 (43.75% from 255 or 94.87% from 117); Max value from RGB is 111 - color contains mainly: blue. Hex color #01056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01056F is #FEFA90. Grayscale: #0F0F0F. Windows color (decimal): -16710289 or 7275777. OLE color: 7275777.

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

Color convert

RGB 1 5 111 -
CMYK 0.99 0.95 0 0.56
HSL 237.82º 0.98% 0.22% -
HSV(B) 237.82º 0.99% 0.44% -
XYZ 2.94 1.26 15.13 -
YUV 15.89 181.67 117.38 -
System Red Green Blue C M Y K H S L
Decimal 1 5 111 0.99 0.95 0 0.56 237.82 0.98 0.22
Hex 1 5 6F 63 5F 0 38 EE 62 16
Octal 1 5 157 143 137 0 70 356 142 26
Binary 1 101 1101111 1100011 1011111 0 111000 11101110 1100010 10110

Color Harmonies of #01056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01056F

Black with #01056F

Text Example


Text Example

White with #01056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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