Html Css Color HEX #031D87 Smalt

📋 copy color: '#031D87'

red 3 ◦ green 29 ◦ blue 135

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

Shades of Smalt #031D87

Tints of Smalt #031D87

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

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

R = 1.8%
G = 17.37%
B = 80.84%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#031D87 (or 0x031D87) is known color: Smalt. HEX triplet: 03, 1D and 87. RGB value is (3,29,135). Sum of RGB (Red+Green+Blue) = 3+29+135=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #031D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D87 is #FCE278. Grayscale: #202020. Windows color (decimal): -16573049 or 8854787. OLE color: 8854787.

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

Color convert

RGB 3 29 135 -
CMYK 0.98 0.79 0 0.47
HSL 228.18º 0.96% 0.27% -
HSV(B) 228.18º 0.98% 0.53% -
XYZ 4.85 2.65 23.18 -
YUV 33.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 3 29 135 0.98 0.79 0 0.47 228.18 0.96 0.27
Hex 3 1D 87 62 4F 0 2F E4 60 1B
Octal 3 35 207 142 117 0 57 344 140 33
Binary 11 11101 10000111 1100010 1001111 0 101111 11100100 1100000 11011

Color Harmonies of #031D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D87

Black with #031D87

Text Example


Text Example

White with #031D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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