Html Css Color HEX #031883 Navy

📋 copy color: '#031883'

red 3 ◦ green 24 ◦ blue 131

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

Shades of Navy #031883

Tints of Navy #031883

RGB

 RED value IS 3 (1.56% from 255) = 1.9%

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

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

R = 1.9%
G = 15.19%
B = 82.91%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031883 (or 0x031883) is known color: Navy. HEX triplet: 03, 18 and 83. RGB value is (3,24,131). Sum of RGB (Red+Green+Blue) = 3+24+131=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 131 (51.56% from 255 or 82.91% from 158); Max value from RGB is 131 - color contains mainly: blue. Hex color #031883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031883 is #FCE77C. Grayscale: #1D1D1D. Windows color (decimal): -16574333 or 8591363. OLE color: 8591363.

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

Color convert

RGB 3 24 131 -
CMYK 0.98 0.82 0 0.49
HSL 230.16º 0.96% 0.26% -
HSV(B) 230.16º 0.98% 0.51% -
XYZ 4.46 2.31 21.68 -
YUV 29.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 3 24 131 0.98 0.82 0 0.49 230.16 0.96 0.26
Hex 3 18 83 62 52 0 31 E6 60 1A
Octal 3 30 203 142 122 0 61 346 140 32
Binary 11 11000 10000011 1100010 1010010 0 110001 11100110 1100000 11010

Color Harmonies of #031883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031883

Black with #031883

Text Example


Text Example

White with #031883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031883; }

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

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

background-color css

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

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

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

border-color css

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

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

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