Html Css Color HEX #031C87 Smalt

📋 copy color: '#031C87'

red 3 ◦ green 28 ◦ blue 135

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

Shades of Smalt #031C87

Tints of Smalt #031C87

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.87%

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

R = 1.81%
G = 16.87%
B = 81.33%

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

#031C87 (or 0x031C87) is known color: Smalt. HEX triplet: 03, 1C and 87. RGB value is (3,28,135). Sum of RGB (Red+Green+Blue) = 3+28+135=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #031C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C87 is #FCE378. Grayscale: #202020. Windows color (decimal): -16573305 or 8854531. OLE color: 8854531.

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

Color convert

RGB 3 28 135 -
CMYK 0.98 0.79 0 0.47
HSL 228.64º 0.96% 0.27% -
HSV(B) 228.64º 0.98% 0.53% -
XYZ 4.83 2.6 23.17 -
YUV 32.72 185.72 106.8 -
System Red Green Blue C M Y K H S L
Decimal 3 28 135 0.98 0.79 0 0.47 228.64 0.96 0.27
Hex 3 1C 87 62 4F 0 2F E5 60 1B
Octal 3 34 207 142 117 0 57 345 140 33
Binary 11 11100 10000111 1100010 1001111 0 101111 11100101 1100000 11011

Color Harmonies of #031C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C87

Black with #031C87

Text Example


Text Example

White with #031C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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