Html Css Color HEX #01057C Navy

📋 copy color: '#01057C'

red 1 ◦ green 5 ◦ blue 124

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

Shades of Navy #01057C

Tints of Navy #01057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 95.38%

R = 0.77%
G = 3.85%
B = 95.38%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01057C (or 0x01057C) is known color: Navy. HEX triplet: 01, 05 and 7C. RGB value is (1,5,124). Sum of RGB (Red+Green+Blue) = 1+5+124=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 124 (48.83% from 255 or 95.38% from 130); Max value from RGB is 124 - color contains mainly: blue. Hex color #01057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01057C is #FEFA83. Grayscale: #101010. Windows color (decimal): -16710276 or 8127745. OLE color: 8127745.

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

Color convert

RGB 1 5 124 -
CMYK 0.99 0.96 0 0.51
HSL 238.05º 0.98% 0.25% -
HSV(B) 238.05º 0.99% 0.49% -
XYZ 3.7 1.57 19.18 -
YUV 17.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 1 5 124 0.99 0.96 0 0.51 238.05 0.98 0.25
Hex 1 5 7C 63 60 0 33 EE 62 19
Octal 1 5 174 143 140 0 63 356 142 31
Binary 1 101 1111100 1100011 1100000 0 110011 11101110 1100010 11001

Color Harmonies of #01057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01057C

Black with #01057C

Text Example


Text Example

White with #01057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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