Html Css Color HEX #042090 Smalt

📋 copy color: '#042090'

red 4 ◦ green 32 ◦ blue 144

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

Shades of Smalt #042090

Tints of Smalt #042090

RGB

 RED value IS 4 (1.95% from 255) = 2.22%

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 2.22%
G = 17.78%
B = 80%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#042090 (or 0x042090) is known color: Smalt. HEX triplet: 04, 20 and 90. RGB value is (4,32,144). Sum of RGB (Red+Green+Blue) = 4+32+144=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 32 (12.89% from 255 or 17.78% 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 #042090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042090 is #FBDF6F. Grayscale: #232323. Windows color (decimal): -16506736 or 9445380. OLE color: 9445380.

HSL color Cylindrical-coordinate representation of color #042090: hue angle of 228º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042090 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 32 144 -
CMYK 0.97 0.78 0 0.44
HSL 228º 0.95% 0.29% -
HSV(B) 228º 0.97% 0.56% -
XYZ 5.6 3.07 26.68 -
YUV 36.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 4 32 144 0.97 0.78 0 0.44 228 0.95 0.29
Hex 4 20 90 61 4E 0 2C E4 5F 1D
Octal 4 40 220 141 116 0 54 344 137 35
Binary 100 100000 10010000 1100001 1001110 0 101100 11100100 1011111 11101

Color Harmonies of #042090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042090

Black with #042090

Text Example


Text Example

White with #042090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042090; }

 p { color: rgb(4,32,144); }

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

background-color css

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

 a { background-color: rgb(4,32,144); }

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

border-color css

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

 span { border-color: rgb(4,32,144); }

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