Html Css Color HEX #04298F Smalt

📋 copy color: '#04298F'

red 4 ◦ green 41 ◦ blue 143

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

Shades of Smalt #04298F

Tints of Smalt #04298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 143 (56.25% from 255) = 76.06%

R = 2.13%
G = 21.81%
B = 76.06%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04298F (or 0x04298F) is known color: Smalt. HEX triplet: 04, 29 and 8F. RGB value is (4,41,143). Sum of RGB (Red+Green+Blue) = 4+41+143=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 143 (56.25% from 255 or 76.06% from 188); Max value from RGB is 143 - color contains mainly: blue. Hex color #04298F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04298F is #FBD670. Grayscale: #292929. Windows color (decimal): -16504433 or 9382148. OLE color: 9382148.

HSL color Cylindrical-coordinate representation of color #04298F: hue angle of 224.03º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04298F is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 41 143 -
CMYK 0.97 0.71 0 0.44
HSL 224.03º 0.95% 0.29% -
HSV(B) 224.03º 0.97% 0.56% -
XYZ 5.8 3.59 26.37 -
YUV 41.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 4 41 143 0.97 0.71 0 0.44 224.03 0.95 0.29
Hex 4 29 8F 61 47 0 2C E0 5F 1D
Octal 4 51 217 141 107 0 54 340 137 35
Binary 100 101001 10001111 1100001 1000111 0 101100 11100000 1011111 11101

Color Harmonies of #04298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04298F

Black with #04298F

Text Example


Text Example

White with #04298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04298F; }

 p { color: rgb(4,41,143); }

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

background-color css

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

 a { background-color: rgb(4,41,143); }

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

border-color css

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

 span { border-color: rgb(4,41,143); }

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