Html Css Color HEX #042D94 Smalt

📋 copy color: '#042D94'

red 4 ◦ green 45 ◦ blue 148

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

Shades of Smalt #042D94

Tints of Smalt #042D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 75.13%

R = 2.03%
G = 22.84%
B = 75.13%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#042D94 (or 0x042D94) is known color: Smalt. HEX triplet: 04, 2D and 94. RGB value is (4,45,148). Sum of RGB (Red+Green+Blue) = 4+45+148=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #042D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D94 is #FBD26B. Grayscale: #2C2C2C. Windows color (decimal): -16503404 or 9710852. OLE color: 9710852.

HSL color Cylindrical-coordinate representation of color #042D94: hue angle of 222.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D94 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 45 148 -
CMYK 0.97 0.70 0 0.42
HSL 222.92º 0.95% 0.3% -
HSV(B) 222.92º 0.97% 0.58% -
XYZ 6.33 4.04 28.46 -
YUV 44.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 4 45 148 0.97 0.70 0 0.42 222.92 0.95 0.3
Hex 4 2D 94 61 46 0 2A DF 5F 1E
Octal 4 55 224 141 106 0 52 337 137 36
Binary 100 101101 10010100 1100001 1000110 0 101010 11011111 1011111 11110

Color Harmonies of #042D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D94

Black with #042D94

Text Example


Text Example

White with #042D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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