Html Css Color HEX #031486 Dark Blue

📋 copy color: '#031486'

red 3 ◦ green 20 ◦ blue 134

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

Shades of Dark Blue #031486

Tints of Dark Blue #031486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 85.35%

R = 1.91%
G = 12.74%
B = 85.35%

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

#031486 (or 0x031486) is known color: Dark Blue. HEX triplet: 03, 14 and 86. RGB value is (3,20,134). Sum of RGB (Red+Green+Blue) = 3+20+134=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 134 (52.73% from 255 or 85.35% from 157); Max value from RGB is 134 - color contains mainly: blue. Hex color #031486 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031486 is #FCEB79. Grayscale: #1B1B1B. Windows color (decimal): -16575354 or 8786947. OLE color: 8786947.

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

Color convert

RGB 3 20 134 -
CMYK 0.98 0.85 0 0.47
HSL 232.21º 0.96% 0.27% -
HSV(B) 232.21º 0.98% 0.53% -
XYZ 4.59 2.24 22.74 -
YUV 27.91 187.87 110.23 -
System Red Green Blue C M Y K H S L
Decimal 3 20 134 0.98 0.85 0 0.47 232.21 0.96 0.27
Hex 3 14 86 62 55 0 2F E8 60 1B
Octal 3 24 206 142 125 0 57 350 140 33
Binary 11 10100 10000110 1100010 1010101 0 101111 11101000 1100000 11011

Color Harmonies of #031486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031486

Black with #031486

Text Example


Text Example

White with #031486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031486; }

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

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

background-color css

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

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

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

border-color css

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

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

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