Html Css Color HEX #042C99 Smalt

📋 copy color: '#042C99'

red 4 ◦ green 44 ◦ blue 153

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

Shades of Smalt #042C99

Tints of Smalt #042C99

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.89%

 BLUE value IS 153 (60.16% from 255) = 76.12%

R = 1.99%
G = 21.89%
B = 76.12%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#042C99 (or 0x042C99) is known color: Smalt. HEX triplet: 04, 2C and 99. RGB value is (4,44,153). Sum of RGB (Red+Green+Blue) = 4+44+153=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 153 (60.16% from 255 or 76.12% from 201); Max value from RGB is 153 - color contains mainly: blue. Hex color #042C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C99 is #FBD366. Grayscale: #2B2B2B. Windows color (decimal): -16503655 or 10038276. OLE color: 10038276.

HSL color Cylindrical-coordinate representation of color #042C99: hue angle of 223.89º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042C99 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 44 153 -
CMYK 0.97 0.71 0 0.4
HSL 223.89º 0.95% 0.31% -
HSV(B) 223.89º 0.97% 0.6% -
XYZ 6.7 4.13 30.58 -
YUV 44.47 189.25 99.14 -
System Red Green Blue C M Y K H S L
Decimal 4 44 153 0.97 0.71 0 0.4 223.89 0.95 0.31
Hex 4 2C 99 61 47 0 28 E0 5F 1F
Octal 4 54 231 141 107 0 50 340 137 37
Binary 100 101100 10011001 1100001 1000111 0 101000 11100000 1011111 11111

Color Harmonies of #042C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042C99

Black with #042C99

Text Example


Text Example

White with #042C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,44,153); }

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

background-color css

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

 a { background-color: rgb(4,44,153); }

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

border-color css

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

 span { border-color: rgb(4,44,153); }

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