Html Css Color HEX #01157A Navy

📋 copy color: '#01157A'

red 1 ◦ green 21 ◦ blue 122

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

Shades of Navy #01157A

Tints of Navy #01157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

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

R = 0.69%
G = 14.58%
B = 84.72%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01157A (or 0x01157A) is known color: Navy. HEX triplet: 01, 15 and 7A. RGB value is (1,21,122). Sum of RGB (Red+Green+Blue) = 1+21+122=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 122 (48.05% from 255 or 84.72% from 144); Max value from RGB is 122 - color contains mainly: blue. Hex color #01157A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01157A is #FEEA85. Grayscale: #1A1A1A. Windows color (decimal): -16706182 or 8000769. OLE color: 8000769.

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

Color convert

RGB 1 21 122 -
CMYK 0.99 0.83 0 0.52
HSL 230.08º 0.98% 0.24% -
HSV(B) 230.08º 0.99% 0.48% -
XYZ 3.79 1.95 18.59 -
YUV 26.53 181.87 109.79 -
System Red Green Blue C M Y K H S L
Decimal 1 21 122 0.99 0.83 0 0.52 230.08 0.98 0.24
Hex 1 15 7A 63 53 0 34 E6 62 18
Octal 1 25 172 143 123 0 64 346 142 30
Binary 1 10101 1111010 1100011 1010011 0 110100 11100110 1100010 11000

Color Harmonies of #01157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01157A

Black with #01157A

Text Example


Text Example

White with #01157A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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