Html Css Color HEX #002990 Smalt

📋 copy color: '#002990'

red 0 ◦ green 41 ◦ blue 144

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

Shades of Smalt #002990

Tints of Smalt #002990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

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

R = 0%
G = 22.16%
B = 77.84%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#002990 (or 0x002990) is known color: Smalt. HEX triplet: 00, 29 and 90. RGB value is (0,41,144). Sum of RGB (Red+Green+Blue) = 0+41+144=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #002990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002990 is #FFD66F. Grayscale: #282828. Windows color (decimal): -16766576 or 9447680. OLE color: 9447680.

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

Color convert

RGB 0 41 144 -
CMYK 1 0.72 0 0.44
HSL 222.92º 1% 0.28% -
HSV(B) 222.92º 1% 0.56% -
XYZ 5.83 3.6 26.77 -
YUV 40.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 0 41 144 1 0.72 0 0.44 222.92 1 0.28
Hex 0 29 90 64 48 0 2C DF 64 1C
Octal 0 51 220 144 110 0 54 337 144 34
Binary 0 101001 10010000 1100100 1001000 0 101100 11011111 1100100 11100

Color Harmonies of #002990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002990

Black with #002990

Text Example


Text Example

White with #002990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002990; }

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

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

background-color css

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

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

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

border-color css

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

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

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