Html Css Color HEX #04238D Smalt

📋 copy color: '#04238D'

red 4 ◦ green 35 ◦ blue 141

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

Shades of Smalt #04238D

Tints of Smalt #04238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

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

R = 2.22%
G = 19.44%
B = 78.33%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04238D (or 0x04238D) is known color: Smalt. HEX triplet: 04, 23 and 8D. RGB value is (4,35,141). Sum of RGB (Red+Green+Blue) = 4+35+141=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #04238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04238D is #FBDC72. Grayscale: #252525. Windows color (decimal): -16505971 or 9249540. OLE color: 9249540.

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

Color convert

RGB 4 35 141 -
CMYK 0.97 0.75 0 0.45
HSL 226.42º 0.94% 0.28% -
HSV(B) 226.42º 0.97% 0.55% -
XYZ 5.46 3.15 25.52 -
YUV 37.82 186.23 103.88 -
System Red Green Blue C M Y K H S L
Decimal 4 35 141 0.97 0.75 0 0.45 226.42 0.94 0.28
Hex 4 23 8D 61 4B 0 2D E2 5E 1C
Octal 4 43 215 141 113 0 55 342 136 34
Binary 100 100011 10001101 1100001 1001011 0 101101 11100010 1011110 11100

Color Harmonies of #04238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04238D

Black with #04238D

Text Example


Text Example

White with #04238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04238D; }

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

 H1.HeaderClassName
 {
   color: #04238D;
 }
 .AnyTagClassName
 {
   color: #04238D;
 }
</style>

background-color css

<style>
 a { background-color: #04238D; }

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

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

border-color css

<style>
 span { border-color: #04238D; }

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

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