Html Css Color HEX #011183 Navy

📋 copy color: '#011183'

red 1 ◦ green 17 ◦ blue 131

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

Shades of Navy #011183

Tints of Navy #011183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

 BLUE value IS 131 (51.56% from 255) = 87.92%

R = 0.67%
G = 11.41%
B = 87.92%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011183 (or 0x011183) is known color: Navy. HEX triplet: 01, 11 and 83. RGB value is (1,17,131). Sum of RGB (Red+Green+Blue) = 1+17+131=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 131 (51.56% from 255 or 87.92% from 149); Max value from RGB is 131 - color contains mainly: blue. Hex color #011183 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011183 is #FEEE7C. Grayscale: #181818. Windows color (decimal): -16707197 or 8589569. OLE color: 8589569.

HSL color Cylindrical-coordinate representation of color #011183: hue angle of 232.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011183 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 17 131 -
CMYK 0.99 0.87 0 0.49
HSL 232.62º 0.98% 0.26% -
HSV(B) 232.62º 0.99% 0.51% -
XYZ 4.31 2.05 21.64 -
YUV 25.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 1 17 131 0.99 0.87 0 0.49 232.62 0.98 0.26
Hex 1 11 83 63 57 0 31 E9 62 1A
Octal 1 21 203 143 127 0 61 351 142 32
Binary 1 10001 10000011 1100011 1010111 0 110001 11101001 1100010 11010

Color Harmonies of #011183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011183

Black with #011183

Text Example


Text Example

White with #011183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011183; }

 p { color: rgb(1,17,131); }

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

background-color css

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

 a { background-color: rgb(1,17,131); }

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

border-color css

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

 span { border-color: rgb(1,17,131); }

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