Html Css Color HEX #042B8B Smalt

📋 copy color: '#042B8B'

red 4 ◦ green 43 ◦ blue 139

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

Shades of Smalt #042B8B

Tints of Smalt #042B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 74.73%

R = 2.15%
G = 23.12%
B = 74.73%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#042B8B (or 0x042B8B) is known color: Smalt. HEX triplet: 04, 2B and 8B. RGB value is (4,43,139). Sum of RGB (Red+Green+Blue) = 4+43+139=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 139 (54.69% from 255 or 74.73% from 186); Max value from RGB is 139 - color contains mainly: blue. Hex color #042B8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B8B is #FBD474. Grayscale: #292929. Windows color (decimal): -16503925 or 9120516. OLE color: 9120516.

HSL color Cylindrical-coordinate representation of color #042B8B: hue angle of 222.67º 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 #042B8B is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 43 139 -
CMYK 0.97 0.69 0 0.45
HSL 222.67º 0.94% 0.28% -
HSV(B) 222.67º 0.97% 0.55% -
XYZ 5.57 3.62 24.83 -
YUV 42.28 182.58 100.69 -
System Red Green Blue C M Y K H S L
Decimal 4 43 139 0.97 0.69 0 0.45 222.67 0.94 0.28
Hex 4 2B 8B 61 45 0 2D DF 5E 1C
Octal 4 53 213 141 105 0 55 337 136 34
Binary 100 101011 10001011 1100001 1000101 0 101101 11011111 1011110 11100

Color Harmonies of #042B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B8B

Black with #042B8B

Text Example


Text Example

White with #042B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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