Html Css Color HEX #042A82 Smalt

📋 copy color: '#042A82'

red 4 ◦ green 42 ◦ blue 130

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

Shades of Smalt #042A82

Tints of Smalt #042A82

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.86%

 BLUE value IS 130 (51.17% from 255) = 73.86%

R = 2.27%
G = 23.86%
B = 73.86%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#042A82 (or 0x042A82) is known color: Smalt. HEX triplet: 04, 2A and 82. RGB value is (4,42,130). Sum of RGB (Red+Green+Blue) = 4+42+130=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #042A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A82 is #FBD57D. Grayscale: #282828. Windows color (decimal): -16504190 or 8530436. OLE color: 8530436.

HSL color Cylindrical-coordinate representation of color #042A82: hue angle of 221.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042A82 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 42 130 -
CMYK 0.97 0.68 0 0.49
HSL 221.9º 0.94% 0.26% -
HSV(B) 221.9º 0.97% 0.51% -
XYZ 4.91 3.29 21.5 -
YUV 40.67 178.41 101.84 -
System Red Green Blue C M Y K H S L
Decimal 4 42 130 0.97 0.68 0 0.49 221.9 0.94 0.26
Hex 4 2A 82 61 44 0 31 DE 5E 1A
Octal 4 52 202 141 104 0 61 336 136 32
Binary 100 101010 10000010 1100001 1000100 0 110001 11011110 1011110 11010

Color Harmonies of #042A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A82

Black with #042A82

Text Example


Text Example

White with #042A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042A82; }

 p { color: rgb(4,42,130); }

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

background-color css

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

 a { background-color: rgb(4,42,130); }

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

border-color css

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

 span { border-color: rgb(4,42,130); }

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