Html Css Color HEX #01057A Navy

📋 copy color: '#01057A'

red 1 ◦ green 5 ◦ blue 122

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

Shades of Navy #01057A

Tints of Navy #01057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 95.31%

R = 0.78%
G = 3.91%
B = 95.31%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01057A (or 0x01057A) is known color: Navy. HEX triplet: 01, 05 and 7A. RGB value is (1,5,122). Sum of RGB (Red+Green+Blue) = 1+5+122=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 122 (48.05% from 255 or 95.31% from 128); Max value from RGB is 122 - color contains mainly: blue. Hex color #01057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01057A is #FEFA85. Grayscale: #101010. Windows color (decimal): -16710278 or 7996673. OLE color: 7996673.

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

Color convert

RGB 1 5 122 -
CMYK 0.99 0.96 0 0.52
HSL 238.02º 0.98% 0.24% -
HSV(B) 238.02º 0.99% 0.48% -
XYZ 3.58 1.52 18.52 -
YUV 17.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 1 5 122 0.99 0.96 0 0.52 238.02 0.98 0.24
Hex 1 5 7A 63 60 0 34 EE 62 18
Octal 1 5 172 143 140 0 64 356 142 30
Binary 1 101 1111010 1100011 1100000 0 110100 11101110 1100010 11000

Color Harmonies of #01057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01057A

Black with #01057A

Text Example


Text Example

White with #01057A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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