Html Css Color HEX #003290 Smalt

📋 copy color: '#003290'

red 0 ◦ green 50 ◦ blue 144

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

Shades of Smalt #003290

Tints of Smalt #003290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

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

R = 0%
G = 25.77%
B = 74.23%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#003290 (or 0x003290) is known color: Smalt. HEX triplet: 00, 32 and 90. RGB value is (0,50,144). Sum of RGB (Red+Green+Blue) = 0+50+144=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #003290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003290 is #FFCD6F. Grayscale: #2D2D2D. Windows color (decimal): -16764272 or 9449984. OLE color: 9449984.

HSL color Cylindrical-coordinate representation of color #003290: hue angle of 219.17º 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 #003290 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 50 144 -
CMYK 1 0.65 0 0.44
HSL 219.17º 1% 0.28% -
HSV(B) 219.17º 1% 0.56% -
XYZ 6.17 4.29 26.89 -
YUV 45.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 0 50 144 1 0.65 0 0.44 219.17 1 0.28
Hex 0 32 90 64 41 0 2C DB 64 1C
Octal 0 62 220 144 101 0 54 333 144 34
Binary 0 110010 10010000 1100100 1000001 0 101100 11011011 1100100 11100

Color Harmonies of #003290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003290

Black with #003290

Text Example


Text Example

White with #003290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003290; }

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

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

background-color css

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

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

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

border-color css

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

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

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