Html Css Color HEX #031781 Navy

📋 copy color: '#031781'

red 3 ◦ green 23 ◦ blue 129

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

Shades of Navy #031781

Tints of Navy #031781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 83.23%

R = 1.94%
G = 14.84%
B = 83.23%

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

#031781 (or 0x031781) is known color: Navy. HEX triplet: 03, 17 and 81. RGB value is (3,23,129). Sum of RGB (Red+Green+Blue) = 3+23+129=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #031781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031781 is #FCE87E. Grayscale: #1C1C1C. Windows color (decimal): -16574591 or 8460035. OLE color: 8460035.

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

Color convert

RGB 3 23 129 -
CMYK 0.98 0.82 0 0.49
HSL 230.48º 0.95% 0.26% -
HSV(B) 230.48º 0.98% 0.51% -
XYZ 4.31 2.22 20.97 -
YUV 29.1 184.37 109.38 -
System Red Green Blue C M Y K H S L
Decimal 3 23 129 0.98 0.82 0 0.49 230.48 0.95 0.26
Hex 3 17 81 62 52 0 31 E6 5F 1A
Octal 3 27 201 142 122 0 61 346 137 32
Binary 11 10111 10000001 1100010 1010010 0 110001 11100110 1011111 11010

Color Harmonies of #031781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031781

Black with #031781

Text Example


Text Example

White with #031781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031781; }

 p { color: rgb(3,23,129); }

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

background-color css

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

 a { background-color: rgb(3,23,129); }

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

border-color css

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

 span { border-color: rgb(3,23,129); }

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