Html Css Color HEX #031187 Dark Blue

📋 copy color: '#031187'

red 3 ◦ green 17 ◦ blue 135

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

Shades of Dark Blue #031187

Tints of Dark Blue #031187

RGB

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

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

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

R = 1.94%
G = 10.97%
B = 87.1%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#031187 (or 0x031187) is known color: Dark Blue. HEX triplet: 03, 11 and 87. RGB value is (3,17,135). Sum of RGB (Red+Green+Blue) = 3+17+135=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #031187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031187 is #FCEE78. Grayscale: #191919. Windows color (decimal): -16576121 or 8851715. OLE color: 8851715.

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

Color convert

RGB 3 17 135 -
CMYK 0.98 0.87 0 0.47
HSL 233.64º 0.96% 0.27% -
HSV(B) 233.64º 0.98% 0.53% -
XYZ 4.61 2.17 23.1 -
YUV 26.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 3 17 135 0.98 0.87 0 0.47 233.64 0.96 0.27
Hex 3 11 87 62 57 0 2F EA 60 1B
Octal 3 21 207 142 127 0 57 352 140 33
Binary 11 10001 10000111 1100010 1010111 0 101111 11101010 1100000 11011

Color Harmonies of #031187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031187

Black with #031187

Text Example


Text Example

White with #031187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031187; }

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

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

background-color css

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

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

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

border-color css

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

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

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