Html Css Color HEX #003191 Smalt

📋 copy color: '#003191'

red 0 ◦ green 49 ◦ blue 145

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

Shades of Smalt #003191

Tints of Smalt #003191

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 25.26%

 BLUE value IS 145 (57.03% from 255) = 74.74%

R = 0%
G = 25.26%
B = 74.74%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#003191 (or 0x003191) is known color: Smalt. HEX triplet: 00, 31 and 91. RGB value is (0,49,145). Sum of RGB (Red+Green+Blue) = 0+49+145=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #003191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003191 is #FFCE6E. Grayscale: #2C2C2C. Windows color (decimal): -16764527 or 9515264. OLE color: 9515264.

HSL color Cylindrical-coordinate representation of color #003191: hue angle of 219.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003191 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 49 145 -
CMYK 1 0.66 0 0.43
HSL 219.72º 1% 0.28% -
HSV(B) 219.72º 1% 0.57% -
XYZ 6.21 4.24 27.28 -
YUV 45.29 184.27 95.69 -
System Red Green Blue C M Y K H S L
Decimal 0 49 145 1 0.66 0 0.43 219.72 1 0.28
Hex 0 31 91 64 42 0 2B DC 64 1C
Octal 0 61 221 144 102 0 53 334 144 34
Binary 0 110001 10010001 1100100 1000010 0 101011 11011100 1100100 11100

Color Harmonies of #003191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003191

Black with #003191

Text Example


Text Example

White with #003191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003191; }

 p { color: rgb(0,49,145); }

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

background-color css

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

 a { background-color: rgb(0,49,145); }

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

border-color css

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

 span { border-color: rgb(0,49,145); }

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