Html Css Color HEX #031184 Navy

📋 copy color: '#031184'

red 3 ◦ green 17 ◦ blue 132

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

Shades of Navy #031184

Tints of Navy #031184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 86.84%

R = 1.97%
G = 11.18%
B = 86.84%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031184 (or 0x031184) is known color: Navy. HEX triplet: 03, 11 and 84. RGB value is (3,17,132). Sum of RGB (Red+Green+Blue) = 3+17+132=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 132 (51.95% from 255 or 86.84% from 152); Max value from RGB is 132 - color contains mainly: blue. Hex color #031184 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031184 is #FCEE7B. Grayscale: #191919. Windows color (decimal): -16576124 or 8655107. OLE color: 8655107.

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

Color convert

RGB 3 17 132 -
CMYK 0.98 0.87 0 0.48
HSL 233.49º 0.96% 0.26% -
HSV(B) 233.49º 0.98% 0.52% -
XYZ 4.4 2.09 22 -
YUV 25.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 3 17 132 0.98 0.87 0 0.48 233.49 0.96 0.26
Hex 3 11 84 62 57 0 30 E9 60 1A
Octal 3 21 204 142 127 0 60 351 140 32
Binary 11 10001 10000100 1100010 1010111 0 110000 11101001 1100000 11010

Color Harmonies of #031184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031184

Black with #031184

Text Example


Text Example

White with #031184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031184; }

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

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

background-color css

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

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

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

border-color css

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

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

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