Html Css Color HEX #031F85 Smalt

📋 copy color: '#031F85'

red 3 ◦ green 31 ◦ blue 133

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

Shades of Smalt #031F85

Tints of Smalt #031F85

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.56%

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

R = 1.8%
G = 18.56%
B = 79.64%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031F85 (or 0x031F85) is known color: Smalt. HEX triplet: 03, 1F and 85. RGB value is (3,31,133). Sum of RGB (Red+Green+Blue) = 3+31+133=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 133 (52.34% from 255 or 79.64% from 167); Max value from RGB is 133 - color contains mainly: blue. Hex color #031F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031F85 is #FCE07A. Grayscale: #212121. Windows color (decimal): -16572539 or 8724227. OLE color: 8724227.

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

Color convert

RGB 3 31 133 -
CMYK 0.98 0.77 0 0.48
HSL 227.08º 0.96% 0.27% -
HSV(B) 227.08º 0.98% 0.52% -
XYZ 4.76 2.69 22.46 -
YUV 34.26 183.72 105.71 -
System Red Green Blue C M Y K H S L
Decimal 3 31 133 0.98 0.77 0 0.48 227.08 0.96 0.27
Hex 3 1F 85 62 4D 0 30 E3 60 1B
Octal 3 37 205 142 115 0 60 343 140 33
Binary 11 11111 10000101 1100010 1001101 0 110000 11100011 1100000 11011

Color Harmonies of #031F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F85

Black with #031F85

Text Example


Text Example

White with #031F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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