Html Css Color HEX #01127F Navy

📋 copy color: '#01127F'

red 1 ◦ green 18 ◦ blue 127

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

Shades of Navy #01127F

Tints of Navy #01127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 86.99%

R = 0.68%
G = 12.33%
B = 86.99%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01127F (or 0x01127F) is known color: Navy. HEX triplet: 01, 12 and 7F. RGB value is (1,18,127). Sum of RGB (Red+Green+Blue) = 1+18+127=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 127 (50% from 255 or 86.99% from 146); Max value from RGB is 127 - color contains mainly: blue. Hex color #01127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01127F is #FEED80. Grayscale: #181818. Windows color (decimal): -16706945 or 8327681. OLE color: 8327681.

HSL color Cylindrical-coordinate representation of color #01127F: hue angle of 231.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01127F is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 18 127 -
CMYK 0.99 0.86 0 0.50
HSL 231.9º 0.98% 0.25% -
HSV(B) 231.9º 0.99% 0.5% -
XYZ 4.06 1.97 20.25 -
YUV 25.34 185.37 110.64 -
System Red Green Blue C M Y K H S L
Decimal 1 18 127 0.99 0.86 0 0.50 231.9 0.98 0.25
Hex 1 12 7F 63 56 0 32 E8 62 19
Octal 1 22 177 143 126 0 62 350 142 31
Binary 1 10010 1111111 1100011 1010110 0 110010 11101000 1100010 11001

Color Harmonies of #01127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01127F

Black with #01127F

Text Example


Text Example

White with #01127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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