Html Css Color HEX #003190 Smalt

📋 copy color: '#003190'

red 0 ◦ green 49 ◦ blue 144

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

Shades of Smalt #003190

Tints of Smalt #003190

RGB

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

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

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

R = 0%
G = 25.39%
B = 74.61%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#003190 (or 0x003190) is known color: Smalt. HEX triplet: 00, 31 and 90. RGB value is (0,49,144). Sum of RGB (Red+Green+Blue) = 0+49+144=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #003190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003190 is #FFCE6F. Grayscale: #2C2C2C. Windows color (decimal): -16764528 or 9449728. OLE color: 9449728.

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

Color convert

RGB 0 49 144 -
CMYK 1 0.66 0 0.44
HSL 219.58º 1% 0.28% -
HSV(B) 219.58º 1% 0.56% -
XYZ 6.13 4.21 26.88 -
YUV 45.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 0 49 144 1 0.66 0 0.44 219.58 1 0.28
Hex 0 31 90 64 42 0 2C DC 64 1C
Octal 0 61 220 144 102 0 54 334 144 34
Binary 0 110001 10010000 1100100 1000010 0 101100 11011100 1100100 11100

Color Harmonies of #003190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003190

Black with #003190

Text Example


Text Example

White with #003190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003190; }

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

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

background-color css

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

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

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

border-color css

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

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

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