Html Css Color HEX #031487 Dark Blue

📋 copy color: '#031487'

red 3 ◦ green 20 ◦ blue 135

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

Shades of Dark Blue #031487

Tints of Dark Blue #031487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.66%

 BLUE value IS 135 (53.13% from 255) = 85.44%

R = 1.9%
G = 12.66%
B = 85.44%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#031487 (or 0x031487) is known color: Dark Blue. HEX triplet: 03, 14 and 87. RGB value is (3,20,135). Sum of RGB (Red+Green+Blue) = 3+20+135=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 135 (53.12% from 255 or 85.44% from 158); Max value from RGB is 135 - color contains mainly: blue. Hex color #031487 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031487 is #FCEB78. Grayscale: #1B1B1B. Windows color (decimal): -16575353 or 8852483. OLE color: 8852483.

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

Color convert

RGB 3 20 135 -
CMYK 0.98 0.85 0 0.47
HSL 232.27º 0.96% 0.27% -
HSV(B) 232.27º 0.98% 0.53% -
XYZ 4.66 2.27 23.11 -
YUV 28.03 188.37 110.15 -
System Red Green Blue C M Y K H S L
Decimal 3 20 135 0.98 0.85 0 0.47 232.27 0.96 0.27
Hex 3 14 87 62 55 0 2F E8 60 1B
Octal 3 24 207 142 125 0 57 350 140 33
Binary 11 10100 10000111 1100010 1010101 0 101111 11101000 1100000 11011

Color Harmonies of #031487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031487

Black with #031487

Text Example


Text Example

White with #031487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031487; }

 p { color: rgb(3,20,135); }

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

background-color css

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

 a { background-color: rgb(3,20,135); }

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

border-color css

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

 span { border-color: rgb(3,20,135); }

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