Html Css Color HEX #01127D Navy

📋 copy color: '#01127D'

red 1 ◦ green 18 ◦ blue 125

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

Shades of Navy #01127D

Tints of Navy #01127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 125 (49.22% from 255) = 86.81%

R = 0.69%
G = 12.5%
B = 86.81%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01127D (or 0x01127D) is known color: Navy. HEX triplet: 01, 12 and 7D. RGB value is (1,18,125). Sum of RGB (Red+Green+Blue) = 1+18+125=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #01127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01127D is #FEED82. Grayscale: #181818. Windows color (decimal): -16706947 or 8196609. OLE color: 8196609.

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

Color convert

RGB 1 18 125 -
CMYK 0.99 0.86 0 0.51
HSL 231.77º 0.98% 0.25% -
HSV(B) 231.77º 0.99% 0.49% -
XYZ 3.93 1.92 19.57 -
YUV 25.12 184.37 110.8 -
System Red Green Blue C M Y K H S L
Decimal 1 18 125 0.99 0.86 0 0.51 231.77 0.98 0.25
Hex 1 12 7D 63 56 0 33 E8 62 19
Octal 1 22 175 143 126 0 63 350 142 31
Binary 1 10010 1111101 1100011 1010110 0 110011 11101000 1100010 11001

Color Harmonies of #01127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01127D

Black with #01127D

Text Example


Text Example

White with #01127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01127D; }

 p { color: rgb(1,18,125); }

 H1.HeaderClassName
 {
   color: #01127D;
 }
 .AnyTagClassName
 {
   color: #01127D;
 }
</style>

background-color css

<style>
 a { background-color: #01127D; }

 a { background-color: rgb(1,18,125); }

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

border-color css

<style>
 span { border-color: #01127D; }

 span { border-color: rgb(1,18,125); }

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