Html Css Color HEX #01057B Navy

📋 copy color: '#01057B'

red 1 ◦ green 5 ◦ blue 123

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

Shades of Navy #01057B

Tints of Navy #01057B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 95.35%

R = 0.78%
G = 3.88%
B = 95.35%

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

#01057B (or 0x01057B) is known color: Navy. HEX triplet: 01, 05 and 7B. RGB value is (1,5,123). Sum of RGB (Red+Green+Blue) = 1+5+123=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 123 (48.44% from 255 or 95.35% from 129); Max value from RGB is 123 - color contains mainly: blue. Hex color #01057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01057B is #FEFA84. Grayscale: #101010. Windows color (decimal): -16710277 or 8062209. OLE color: 8062209.

HSL color Cylindrical-coordinate representation of color #01057B: hue angle of 238.03º 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 #01057B is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 5 123 -
CMYK 0.99 0.96 0 0.52
HSL 238.03º 0.98% 0.24% -
HSV(B) 238.03º 0.99% 0.48% -
XYZ 3.64 1.55 18.85 -
YUV 17.26 187.67 116.41 -
System Red Green Blue C M Y K H S L
Decimal 1 5 123 0.99 0.96 0 0.52 238.03 0.98 0.24
Hex 1 5 7B 63 60 0 34 EE 62 18
Octal 1 5 173 143 140 0 64 356 142 30
Binary 1 101 1111011 1100011 1100000 0 110100 11101110 1100010 11000

Color Harmonies of #01057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01057B

Black with #01057B

Text Example


Text Example

White with #01057B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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