Html Css Color HEX #031185 Navy

📋 copy color: '#031185'

red 3 ◦ green 17 ◦ blue 133

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

Shades of Navy #031185

Tints of Navy #031185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 86.93%

R = 1.96%
G = 11.11%
B = 86.93%

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

#031185 (or 0x031185) is known color: Navy. HEX triplet: 03, 11 and 85. RGB value is (3,17,133). Sum of RGB (Red+Green+Blue) = 3+17+133=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 133 (52.34% from 255 or 86.93% from 153); Max value from RGB is 133 - color contains mainly: blue. Hex color #031185 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031185 is #FCEE7A. Grayscale: #191919. Windows color (decimal): -16576123 or 8720643. OLE color: 8720643.

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

Color convert

RGB 3 17 133 -
CMYK 0.98 0.87 0 0.48
HSL 233.54º 0.96% 0.27% -
HSV(B) 233.54º 0.98% 0.52% -
XYZ 4.47 2.11 22.36 -
YUV 26.04 188.36 111.57 -
System Red Green Blue C M Y K H S L
Decimal 3 17 133 0.98 0.87 0 0.48 233.54 0.96 0.27
Hex 3 11 85 62 57 0 30 EA 60 1B
Octal 3 21 205 142 127 0 60 352 140 33
Binary 11 10001 10000101 1100010 1010111 0 110000 11101010 1100000 11011

Color Harmonies of #031185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031185

Black with #031185

Text Example


Text Example

White with #031185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031185; }

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

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

background-color css

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

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

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

border-color css

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

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

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