Html Css Color HEX #011783 Navy

📋 copy color: '#011783'

red 1 ◦ green 23 ◦ blue 131

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

Shades of Navy #011783

Tints of Navy #011783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

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

R = 0.65%
G = 14.84%
B = 84.52%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#011783 (or 0x011783) is known color: Navy. HEX triplet: 01, 17 and 83. RGB value is (1,23,131). Sum of RGB (Red+Green+Blue) = 1+23+131=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 131 (51.56% from 255 or 84.52% from 155); Max value from RGB is 131 - color contains mainly: blue. Hex color #011783 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011783 is #FEE87C. Grayscale: #1C1C1C. Windows color (decimal): -16705661 or 8591105. OLE color: 8591105.

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

Color convert

RGB 1 23 131 -
CMYK 0.99 0.82 0 0.49
HSL 229.85º 0.98% 0.26% -
HSV(B) 229.85º 0.99% 0.51% -
XYZ 4.42 2.26 21.68 -
YUV 28.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 1 23 131 0.99 0.82 0 0.49 229.85 0.98 0.26
Hex 1 17 83 63 52 0 31 E6 62 1A
Octal 1 27 203 143 122 0 61 346 142 32
Binary 1 10111 10000011 1100011 1010010 0 110001 11100110 1100010 11010

Color Harmonies of #011783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011783

Black with #011783

Text Example


Text Example

White with #011783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011783; }

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

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

background-color css

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

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

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

border-color css

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

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

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