Html Css Color HEX #031D85 Smalt

📋 copy color: '#031D85'

red 3 ◦ green 29 ◦ blue 133

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

Shades of Smalt #031D85

Tints of Smalt #031D85

RGB

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

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

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

R = 1.82%
G = 17.58%
B = 80.61%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031D85 (or 0x031D85) is known color: Smalt. HEX triplet: 03, 1D and 85. RGB value is (3,29,133). Sum of RGB (Red+Green+Blue) = 3+29+133=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 133 (52.34% from 255 or 80.61% from 165); Max value from RGB is 133 - color contains mainly: blue. Hex color #031D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D85 is #FCE27A. Grayscale: #202020. Windows color (decimal): -16573051 or 8723715. OLE color: 8723715.

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

Color convert

RGB 3 29 133 -
CMYK 0.98 0.78 0 0.48
HSL 228º 0.96% 0.27% -
HSV(B) 228º 0.98% 0.52% -
XYZ 4.71 2.59 22.44 -
YUV 33.08 184.39 106.54 -
System Red Green Blue C M Y K H S L
Decimal 3 29 133 0.98 0.78 0 0.48 228 0.96 0.27
Hex 3 1D 85 62 4E 0 30 E4 60 1B
Octal 3 35 205 142 116 0 60 344 140 33
Binary 11 11101 10000101 1100010 1001110 0 110000 11100100 1100000 11011

Color Harmonies of #031D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D85

Black with #031D85

Text Example


Text Example

White with #031D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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