Html Css Color HEX #042B8D Smalt

📋 copy color: '#042B8D'

red 4 ◦ green 43 ◦ blue 141

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

Shades of Smalt #042B8D

Tints of Smalt #042B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

 BLUE value IS 141 (55.47% from 255) = 75%

R = 2.13%
G = 22.87%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#042B8D (or 0x042B8D) is known color: Smalt. HEX triplet: 04, 2B and 8D. RGB value is (4,43,141). Sum of RGB (Red+Green+Blue) = 4+43+141=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #042B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B8D is #FBD472. Grayscale: #2A2A2A. Windows color (decimal): -16503923 or 9251588. OLE color: 9251588.

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

Color convert

RGB 4 43 141 -
CMYK 0.97 0.70 0 0.45
HSL 222.92º 0.94% 0.28% -
HSV(B) 222.92º 0.97% 0.55% -
XYZ 5.72 3.68 25.61 -
YUV 42.51 183.58 100.53 -
System Red Green Blue C M Y K H S L
Decimal 4 43 141 0.97 0.70 0 0.45 222.92 0.94 0.28
Hex 4 2B 8D 61 46 0 2D DF 5E 1C
Octal 4 53 215 141 106 0 55 337 136 34
Binary 100 101011 10001101 1100001 1000110 0 101101 11011111 1011110 11100

Color Harmonies of #042B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B8D

Black with #042B8D

Text Example


Text Example

White with #042B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,43,141); }

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

background-color css

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

 a { background-color: rgb(4,43,141); }

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

border-color css

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

 span { border-color: rgb(4,43,141); }

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