Html Css Color HEX #01137F Navy

📋 copy color: '#01137F'

red 1 ◦ green 19 ◦ blue 127

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

Shades of Navy #01137F

Tints of Navy #01137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.93%

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

R = 0.68%
G = 12.93%
B = 86.39%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01137F (or 0x01137F) is known color: Navy. HEX triplet: 01, 13 and 7F. RGB value is (1,19,127). Sum of RGB (Red+Green+Blue) = 1+19+127=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 127 (50% from 255 or 86.39% from 147); Max value from RGB is 127 - color contains mainly: blue. Hex color #01137F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01137F is #FEEC80. Grayscale: #191919. Windows color (decimal): -16706689 or 8327937. OLE color: 8327937.

HSL color Cylindrical-coordinate representation of color #01137F: hue angle of 231.43º 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 #01137F is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 19 127 -
CMYK 0.99 0.85 0 0.50
HSL 231.43º 0.98% 0.25% -
HSV(B) 231.43º 0.99% 0.5% -
XYZ 4.08 2 20.25 -
YUV 25.93 185.04 110.22 -
System Red Green Blue C M Y K H S L
Decimal 1 19 127 0.99 0.85 0 0.50 231.43 0.98 0.25
Hex 1 13 7F 63 55 0 32 E7 62 19
Octal 1 23 177 143 125 0 62 347 142 31
Binary 1 10011 1111111 1100011 1010101 0 110010 11100111 1100010 11001

Color Harmonies of #01137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01137F

Black with #01137F

Text Example


Text Example

White with #01137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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