Html Css Color HEX #031985 Navy

📋 copy color: '#031985'

red 3 ◦ green 25 ◦ blue 133

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

Shades of Navy #031985

Tints of Navy #031985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

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

R = 1.86%
G = 15.53%
B = 82.61%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031985 (or 0x031985) is known color: Navy. HEX triplet: 03, 19 and 85. RGB value is (3,25,133). Sum of RGB (Red+Green+Blue) = 3+25+133=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 133 (52.34% from 255 or 82.61% from 161); Max value from RGB is 133 - color contains mainly: blue. Hex color #031985 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031985 is #FCE67A. Grayscale: #1E1E1E. Windows color (decimal): -16574075 or 8722691. OLE color: 8722691.

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

Color convert

RGB 3 25 133 -
CMYK 0.98 0.81 0 0.48
HSL 229.85º 0.96% 0.27% -
HSV(B) 229.85º 0.98% 0.52% -
XYZ 4.62 2.41 22.41 -
YUV 30.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 3 25 133 0.98 0.81 0 0.48 229.85 0.96 0.27
Hex 3 19 85 62 51 0 30 E6 60 1B
Octal 3 31 205 142 121 0 60 346 140 33
Binary 11 11001 10000101 1100010 1010001 0 110000 11100110 1100000 11011

Color Harmonies of #031985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031985

Black with #031985

Text Example


Text Example

White with #031985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031985; }

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

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

background-color css

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

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

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

border-color css

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

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

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