Html Css Color HEX #031B90 Smalt

📋 copy color: '#031B90'

red 3 ◦ green 27 ◦ blue 144

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

Shades of Smalt #031B90

Tints of Smalt #031B90

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.52%

 BLUE value IS 144 (56.64% from 255) = 82.76%

R = 1.72%
G = 15.52%
B = 82.76%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031B90 (or 0x031B90) is known color: Smalt. HEX triplet: 03, 1B and 90. RGB value is (3,27,144). Sum of RGB (Red+Green+Blue) = 3+27+144=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 144 (56.64% from 255 or 82.76% from 174); Max value from RGB is 144 - color contains mainly: blue. Hex color #031B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031B90 is #FCE46F. Grayscale: #202020. Windows color (decimal): -16573552 or 9444099. OLE color: 9444099.

HSL color Cylindrical-coordinate representation of color #031B90: hue angle of 229.79º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031B90 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 27 144 -
CMYK 0.98 0.81 0 0.44
HSL 229.79º 0.96% 0.29% -
HSV(B) 229.79º 0.98% 0.56% -
XYZ 5.46 2.82 26.64 -
YUV 33.16 190.55 106.49 -
System Red Green Blue C M Y K H S L
Decimal 3 27 144 0.98 0.81 0 0.44 229.79 0.96 0.29
Hex 3 1B 90 62 51 0 2C E6 60 1D
Octal 3 33 220 142 121 0 54 346 140 35
Binary 11 11011 10010000 1100010 1010001 0 101100 11100110 1100000 11101

Color Harmonies of #031B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031B90

Black with #031B90

Text Example


Text Example

White with #031B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,27,144); }

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

background-color css

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

 a { background-color: rgb(3,27,144); }

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

border-color css

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

 span { border-color: rgb(3,27,144); }

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