Html Css Color HEX #004290 Smalt

📋 copy color: '#004290'

red 0 ◦ green 66 ◦ blue 144

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

Shades of Smalt #004290

Tints of Smalt #004290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

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

R = 0%
G = 31.43%
B = 68.57%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#004290 (or 0x004290) is known color: Smalt. HEX triplet: 00, 42 and 90. RGB value is (0,66,144). Sum of RGB (Red+Green+Blue) = 0+66+144=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #004290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004290 is #FFBD6F. Grayscale: #363636. Windows color (decimal): -16760176 or 9454080. OLE color: 9454080.

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

Color convert

RGB 0 66 144 -
CMYK 1 0.54 0 0.44
HSL 212.5º 1% 0.28% -
HSV(B) 212.5º 1% 0.56% -
XYZ 6.98 5.91 27.16 -
YUV 55.16 178.13 88.66 -
System Red Green Blue C M Y K H S L
Decimal 0 66 144 1 0.54 0 0.44 212.5 1 0.28
Hex 0 42 90 64 36 0 2C D4 64 1C
Octal 0 102 220 144 66 0 54 324 144 34
Binary 0 1000010 10010000 1100100 110110 0 101100 11010100 1100100 11100

Color Harmonies of #004290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004290

Black with #004290

Text Example


Text Example

White with #004290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004290; }

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

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

background-color css

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

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

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

border-color css

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

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

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