Html Css Color HEX #011383 Navy

📋 copy color: '#011383'

red 1 ◦ green 19 ◦ blue 131

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

Shades of Navy #011383

Tints of Navy #011383

RGB

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

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

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

R = 0.66%
G = 12.58%
B = 86.75%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011383 (or 0x011383) is known color: Navy. HEX triplet: 01, 13 and 83. RGB value is (1,19,131). Sum of RGB (Red+Green+Blue) = 1+19+131=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 131 (51.56% from 255 or 86.75% from 151); Max value from RGB is 131 - color contains mainly: blue. Hex color #011383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011383 is #FEEC7C. Grayscale: #191919. Windows color (decimal): -16706685 or 8590081. OLE color: 8590081.

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

Color convert

RGB 1 19 131 -
CMYK 0.99 0.85 0 0.49
HSL 231.69º 0.98% 0.26% -
HSV(B) 231.69º 0.99% 0.51% -
XYZ 4.34 2.11 21.65 -
YUV 26.39 187.04 109.89 -
System Red Green Blue C M Y K H S L
Decimal 1 19 131 0.99 0.85 0 0.49 231.69 0.98 0.26
Hex 1 13 83 63 55 0 31 E8 62 1A
Octal 1 23 203 143 125 0 61 350 142 32
Binary 1 10011 10000011 1100011 1010101 0 110001 11101000 1100010 11010

Color Harmonies of #011383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011383

Black with #011383

Text Example


Text Example

White with #011383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011383; }

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

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

background-color css

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

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

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

border-color css

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

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

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