Html Css Color HEX #01157C Navy

📋 copy color: '#01157C'

red 1 ◦ green 21 ◦ blue 124

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

Shades of Navy #01157C

Tints of Navy #01157C

RGB

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

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

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

R = 0.68%
G = 14.38%
B = 84.93%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01157C (or 0x01157C) is known color: Navy. HEX triplet: 01, 15 and 7C. RGB value is (1,21,124). Sum of RGB (Red+Green+Blue) = 1+21+124=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #01157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01157C is #FEEA83. Grayscale: #1A1A1A. Windows color (decimal): -16706180 or 8131841. OLE color: 8131841.

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

Color convert

RGB 1 21 124 -
CMYK 0.99 0.83 0 0.51
HSL 230.24º 0.98% 0.25% -
HSV(B) 230.24º 0.99% 0.49% -
XYZ 3.92 2 19.25 -
YUV 26.76 182.87 109.62 -
System Red Green Blue C M Y K H S L
Decimal 1 21 124 0.99 0.83 0 0.51 230.24 0.98 0.25
Hex 1 15 7C 63 53 0 33 E6 62 19
Octal 1 25 174 143 123 0 63 346 142 31
Binary 1 10101 1111100 1100011 1010011 0 110011 11100110 1100010 11001

Color Harmonies of #01157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01157C

Black with #01157C

Text Example


Text Example

White with #01157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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