Html Css Color HEX #031683 Navy

📋 copy color: '#031683'

red 3 ◦ green 22 ◦ blue 131

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

Shades of Navy #031683

Tints of Navy #031683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.1%

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

R = 1.92%
G = 14.1%
B = 83.97%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031683 (or 0x031683) is known color: Navy. HEX triplet: 03, 16 and 83. RGB value is (3,22,131). Sum of RGB (Red+Green+Blue) = 3+22+131=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 22 (8.98% from 255 or 14.10% 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 #031683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031683 is #FCE97C. Grayscale: #1C1C1C. Windows color (decimal): -16574845 or 8590851. OLE color: 8590851.

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

Color convert

RGB 3 22 131 -
CMYK 0.98 0.83 0 0.49
HSL 231.09º 0.96% 0.26% -
HSV(B) 231.09º 0.98% 0.51% -
XYZ 4.42 2.23 21.67 -
YUV 28.75 185.71 109.64 -
System Red Green Blue C M Y K H S L
Decimal 3 22 131 0.98 0.83 0 0.49 231.09 0.96 0.26
Hex 3 16 83 62 53 0 31 E7 60 1A
Octal 3 26 203 142 123 0 61 347 140 32
Binary 11 10110 10000011 1100010 1010011 0 110001 11100111 1100000 11010

Color Harmonies of #031683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031683

Black with #031683

Text Example


Text Example

White with #031683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031683; }

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

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

background-color css

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

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

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

border-color css

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

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

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