Html Css Color HEX #01147C Navy

📋 copy color: '#01147C'

red 1 ◦ green 20 ◦ blue 124

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

Shades of Navy #01147C

Tints of Navy #01147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 0.69%
G = 13.79%
B = 85.52%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01147C (or 0x01147C) is known color: Navy. HEX triplet: 01, 14 and 7C. RGB value is (1,20,124). Sum of RGB (Red+Green+Blue) = 1+20+124=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #01147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01147C is #FEEB83. Grayscale: #191919. Windows color (decimal): -16706436 or 8131585. OLE color: 8131585.

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

Color convert

RGB 1 20 124 -
CMYK 0.99 0.84 0 0.51
HSL 230.73º 0.98% 0.25% -
HSV(B) 230.73º 0.99% 0.49% -
XYZ 3.9 1.96 19.24 -
YUV 26.18 183.21 110.04 -
System Red Green Blue C M Y K H S L
Decimal 1 20 124 0.99 0.84 0 0.51 230.73 0.98 0.25
Hex 1 14 7C 63 54 0 33 E7 62 19
Octal 1 24 174 143 124 0 63 347 142 31
Binary 1 10100 1111100 1100011 1010100 0 110011 11100111 1100010 11001

Color Harmonies of #01147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01147C

Black with #01147C

Text Example


Text Example

White with #01147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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