Html Css Color HEX #011883 Navy

📋 copy color: '#011883'

red 1 ◦ green 24 ◦ blue 131

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

Shades of Navy #011883

Tints of Navy #011883

RGB

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

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

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

R = 0.64%
G = 15.38%
B = 83.97%

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

#011883 (or 0x011883) is known color: Navy. HEX triplet: 01, 18 and 83. RGB value is (1,24,131). Sum of RGB (Red+Green+Blue) = 1+24+131=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 131 (51.56% from 255 or 83.97% from 156); Max value from RGB is 131 - color contains mainly: blue. Hex color #011883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011883 is #FEE77C. Grayscale: #1C1C1C. Windows color (decimal): -16705405 or 8591361. OLE color: 8591361.

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

Color convert

RGB 1 24 131 -
CMYK 0.99 0.82 0 0.49
HSL 229.38º 0.98% 0.26% -
HSV(B) 229.38º 0.99% 0.51% -
XYZ 4.44 2.3 21.68 -
YUV 29.32 185.38 107.8 -
System Red Green Blue C M Y K H S L
Decimal 1 24 131 0.99 0.82 0 0.49 229.38 0.98 0.26
Hex 1 18 83 63 52 0 31 E5 62 1A
Octal 1 30 203 143 122 0 61 345 142 32
Binary 1 11000 10000011 1100011 1010010 0 110001 11100101 1100010 11010

Color Harmonies of #011883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011883

Black with #011883

Text Example


Text Example

White with #011883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011883; }

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

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

background-color css

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

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

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

border-color css

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

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

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