Html Css Color HEX #031181 Navy

📋 copy color: '#031181'

red 3 ◦ green 17 ◦ blue 129

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

Shades of Navy #031181

Tints of Navy #031181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.41%

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

R = 2.01%
G = 11.41%
B = 86.58%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031181 (or 0x031181) is known color: Navy. HEX triplet: 03, 11 and 81. RGB value is (3,17,129). Sum of RGB (Red+Green+Blue) = 3+17+129=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 129 (50.78% from 255 or 86.58% from 149); Max value from RGB is 129 - color contains mainly: blue. Hex color #031181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031181 is #FCEE7E. Grayscale: #191919. Windows color (decimal): -16576127 or 8458499. OLE color: 8458499.

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

Color convert

RGB 3 17 129 -
CMYK 0.98 0.87 0 0.49
HSL 233.33º 0.95% 0.26% -
HSV(B) 233.33º 0.98% 0.51% -
XYZ 4.2 2.01 20.93 -
YUV 25.58 186.36 111.89 -
System Red Green Blue C M Y K H S L
Decimal 3 17 129 0.98 0.87 0 0.49 233.33 0.95 0.26
Hex 3 11 81 62 57 0 31 E9 5F 1A
Octal 3 21 201 142 127 0 61 351 137 32
Binary 11 10001 10000001 1100010 1010111 0 110001 11101001 1011111 11010

Color Harmonies of #031181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031181

Black with #031181

Text Example


Text Example

White with #031181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031181; }

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

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

background-color css

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

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

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

border-color css

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

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

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