Html Css Color HEX #04319F Smalt

📋 copy color: '#04319F'

red 4 ◦ green 49 ◦ blue 159

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

Shades of Smalt #04319F

Tints of Smalt #04319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

 BLUE value IS 159 (62.5% from 255) = 75%

R = 1.89%
G = 23.11%
B = 75%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04319F (or 0x04319F) is known color: Smalt. HEX triplet: 04, 31 and 9F. RGB value is (4,49,159). Sum of RGB (Red+Green+Blue) = 4+49+159=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 159 (62.5% from 255 or 75% from 212); Max value from RGB is 159 - color contains mainly: blue. Hex color #04319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04319F is #FBCE60. Grayscale: #2F2F2F. Windows color (decimal): -16502369 or 10432772. OLE color: 10432772.

HSL color Cylindrical-coordinate representation of color #04319F: hue angle of 222.58º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04319F is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 49 159 -
CMYK 0.97 0.69 0 0.38
HSL 222.58º 0.95% 0.32% -
HSV(B) 222.58º 0.97% 0.62% -
XYZ 7.41 4.73 33.32 -
YUV 48.09 190.59 96.56 -
System Red Green Blue C M Y K H S L
Decimal 4 49 159 0.97 0.69 0 0.38 222.58 0.95 0.32
Hex 4 31 9F 61 45 0 26 DF 5F 20
Octal 4 61 237 141 105 0 46 337 137 40
Binary 100 110001 10011111 1100001 1000101 0 100110 11011111 1011111 100000

Color Harmonies of #04319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04319F

Black with #04319F

Text Example


Text Example

White with #04319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,49,159); }

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

background-color css

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

 a { background-color: rgb(4,49,159); }

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

border-color css

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

 span { border-color: rgb(4,49,159); }

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