Html Css Color HEX #043085 Smalt

📋 copy color: '#043085'

red 4 ◦ green 48 ◦ blue 133

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

Shades of Smalt #043085

Tints of Smalt #043085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.95%

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

R = 2.16%
G = 25.95%
B = 71.89%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#043085 (or 0x043085) is known color: Smalt. HEX triplet: 04, 30 and 85. RGB value is (4,48,133). Sum of RGB (Red+Green+Blue) = 4+48+133=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #043085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043085 is #FBCF7A. Grayscale: #2C2C2C. Windows color (decimal): -16502651 or 8728580. OLE color: 8728580.

HSL color Cylindrical-coordinate representation of color #043085: hue angle of 219.53º 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 #043085 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 48 133 -
CMYK 0.97 0.64 0 0.48
HSL 219.53º 0.94% 0.27% -
HSV(B) 219.53º 0.97% 0.52% -
XYZ 5.34 3.83 22.65 -
YUV 44.53 177.92 99.09 -
System Red Green Blue C M Y K H S L
Decimal 4 48 133 0.97 0.64 0 0.48 219.53 0.94 0.27
Hex 4 30 85 61 40 0 30 DC 5E 1B
Octal 4 60 205 141 100 0 60 334 136 33
Binary 100 110000 10000101 1100001 1000000 0 110000 11011100 1011110 11011

Color Harmonies of #043085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043085

Black with #043085

Text Example


Text Example

White with #043085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043085; }

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

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

background-color css

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

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

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

border-color css

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

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

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