Html Css Color HEX #01057F Navy

📋 copy color: '#01057F'

red 1 ◦ green 5 ◦ blue 127

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

Shades of Navy #01057F

Tints of Navy #01057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 95.49%

R = 0.75%
G = 3.76%
B = 95.49%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01057F (or 0x01057F) is known color: Navy. HEX triplet: 01, 05 and 7F. RGB value is (1,5,127). Sum of RGB (Red+Green+Blue) = 1+5+127=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 127 (50% from 255 or 95.49% from 133); Max value from RGB is 127 - color contains mainly: blue. Hex color #01057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01057F is #FEFA80. Grayscale: #111111. Windows color (decimal): -16710273 or 8324353. OLE color: 8324353.

HSL color Cylindrical-coordinate representation of color #01057F: hue angle of 238.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01057F is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 5 127 -
CMYK 0.99 0.96 0 0.50
HSL 238.1º 0.98% 0.25% -
HSV(B) 238.1º 0.99% 0.5% -
XYZ 3.9 1.65 20.19 -
YUV 17.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 1 5 127 0.99 0.96 0 0.50 238.1 0.98 0.25
Hex 1 5 7F 63 60 0 32 EE 62 19
Octal 1 5 177 143 140 0 62 356 142 31
Binary 1 101 1111111 1100011 1100000 0 110010 11101110 1100010 11001

Color Harmonies of #01057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01057F

Black with #01057F

Text Example


Text Example

White with #01057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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