Html Css Color HEX #042D89 Smalt

📋 copy color: '#042D89'

red 4 ◦ green 45 ◦ blue 137

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

Shades of Smalt #042D89

Tints of Smalt #042D89

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 137 (53.91% from 255) = 73.66%

R = 2.15%
G = 24.19%
B = 73.66%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#042D89 (or 0x042D89) is known color: Smalt. HEX triplet: 04, 2D and 89. RGB value is (4,45,137). Sum of RGB (Red+Green+Blue) = 4+45+137=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #042D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D89 is #FBD276. Grayscale: #2A2A2A. Windows color (decimal): -16503415 or 8989956. OLE color: 8989956.

HSL color Cylindrical-coordinate representation of color #042D89: hue angle of 221.5º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D89 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 4 45 137 -
CMYK 0.97 0.67 0 0.46
HSL 221.5º 0.94% 0.28% -
HSV(B) 221.5º 0.97% 0.54% -
XYZ 5.5 3.71 24.09 -
YUV 43.23 180.92 100.02 -
System Red Green Blue C M Y K H S L
Decimal 4 45 137 0.97 0.67 0 0.46 221.5 0.94 0.28
Hex 4 2D 89 61 43 0 2E DE 5E 1C
Octal 4 55 211 141 103 0 56 336 136 34
Binary 100 101101 10001001 1100001 1000011 0 101110 11011110 1011110 11100

Color Harmonies of #042D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D89

Black with #042D89

Text Example


Text Example

White with #042D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,45,137); }

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

background-color css

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

 a { background-color: rgb(4,45,137); }

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

border-color css

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

 span { border-color: rgb(4,45,137); }

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