Html Css Color HEX #042D91 Smalt

📋 copy color: '#042D91'

red 4 ◦ green 45 ◦ blue 145

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

Shades of Smalt #042D91

Tints of Smalt #042D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 74.74%

R = 2.06%
G = 23.2%
B = 74.74%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042D91 (or 0x042D91) is known color: Smalt. HEX triplet: 04, 2D and 91. RGB value is (4,45,145). Sum of RGB (Red+Green+Blue) = 4+45+145=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #042D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D91 is #FBD26E. Grayscale: #2B2B2B. Windows color (decimal): -16503407 or 9514244. OLE color: 9514244.

HSL color Cylindrical-coordinate representation of color #042D91: hue angle of 222.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D91 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 45 145 -
CMYK 0.97 0.69 0 0.43
HSL 222.55º 0.95% 0.29% -
HSV(B) 222.55º 0.97% 0.57% -
XYZ 6.1 3.95 27.23 -
YUV 44.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 4 45 145 0.97 0.69 0 0.43 222.55 0.95 0.29
Hex 4 2D 91 61 45 0 2B DF 5F 1D
Octal 4 55 221 141 105 0 53 337 137 35
Binary 100 101101 10010001 1100001 1000101 0 101011 11011111 1011111 11101

Color Harmonies of #042D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042D91

Black with #042D91

Text Example


Text Example

White with #042D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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