Html Css Color HEX #042085 Smalt

📋 copy color: '#042085'

red 4 ◦ green 32 ◦ blue 133

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

Shades of Smalt #042085

Tints of Smalt #042085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 78.7%

R = 2.37%
G = 18.93%
B = 78.7%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#042085 (or 0x042085) is known color: Smalt. HEX triplet: 04, 20 and 85. RGB value is (4,32,133). Sum of RGB (Red+Green+Blue) = 4+32+133=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #042085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042085 is #FBDF7A. Grayscale: #222222. Windows color (decimal): -16506747 or 8724484. OLE color: 8724484.

HSL color Cylindrical-coordinate representation of color #042085: hue angle of 226.98º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042085 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 32 133 -
CMYK 0.97 0.76 0 0.48
HSL 226.98º 0.94% 0.27% -
HSV(B) 226.98º 0.97% 0.52% -
XYZ 4.8 2.75 22.47 -
YUV 35.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 4 32 133 0.97 0.76 0 0.48 226.98 0.94 0.27
Hex 4 20 85 61 4C 0 30 E3 5E 1B
Octal 4 40 205 141 114 0 60 343 136 33
Binary 100 100000 10000101 1100001 1001100 0 110000 11100011 1011110 11011

Color Harmonies of #042085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042085

Black with #042085

Text Example


Text Example

White with #042085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042085; }

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

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

background-color css

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

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

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

border-color css

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

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

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