Html Css Color HEX #002490 Smalt

📋 copy color: '#002490'

red 0 ◦ green 36 ◦ blue 144

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

Shades of Smalt #002490

Tints of Smalt #002490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

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

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#002490 (or 0x002490) is known color: Smalt. HEX triplet: 00, 24 and 90. RGB value is (0,36,144). Sum of RGB (Red+Green+Blue) = 0+36+144=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #002490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002490 is #FFDB6F. Grayscale: #252525. Windows color (decimal): -16767856 or 9446400. OLE color: 9446400.

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

Color convert

RGB 0 36 144 -
CMYK 1 0.75 0 0.44
HSL 225º 1% 0.28% -
HSV(B) 225º 1% 0.56% -
XYZ 5.66 3.28 26.72 -
YUV 37.55 188.07 101.22 -
System Red Green Blue C M Y K H S L
Decimal 0 36 144 1 0.75 0 0.44 225 1 0.28
Hex 0 24 90 64 4B 0 2C E1 64 1C
Octal 0 44 220 144 113 0 54 341 144 34
Binary 0 100100 10010000 1100100 1001011 0 101100 11100001 1100100 11100

Color Harmonies of #002490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002490

Black with #002490

Text Example


Text Example

White with #002490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002490; }

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

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

background-color css

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

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

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

border-color css

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

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

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