Html Css Color HEX #01187F Navy

📋 copy color: '#01187F'

red 1 ◦ green 24 ◦ blue 127

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

Shades of Navy #01187F

Tints of Navy #01187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.79%

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

R = 0.66%
G = 15.79%
B = 83.55%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01187F (or 0x01187F) is known color: Navy. HEX triplet: 01, 18 and 7F. RGB value is (1,24,127). Sum of RGB (Red+Green+Blue) = 1+24+127=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #01187F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01187F is #FEE780. Grayscale: #1C1C1C. Windows color (decimal): -16705409 or 8329217. OLE color: 8329217.

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

Color convert

RGB 1 24 127 -
CMYK 0.99 0.81 0 0.50
HSL 229.05º 0.98% 0.25% -
HSV(B) 229.05º 0.99% 0.5% -
XYZ 4.17 2.19 20.28 -
YUV 28.87 183.38 108.12 -
System Red Green Blue C M Y K H S L
Decimal 1 24 127 0.99 0.81 0 0.50 229.05 0.98 0.25
Hex 1 18 7F 63 51 0 32 E5 62 19
Octal 1 30 177 143 121 0 62 345 142 31
Binary 1 11000 1111111 1100011 1010001 0 110010 11100101 1100010 11001

Color Harmonies of #01187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01187F

Black with #01187F

Text Example


Text Example

White with #01187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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