Html Css Color HEX #04238B Smalt

📋 copy color: '#04238B'

red 4 ◦ green 35 ◦ blue 139

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

Shades of Smalt #04238B

Tints of Smalt #04238B

RGB

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

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

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

R = 2.25%
G = 19.66%
B = 78.09%

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

#04238B (or 0x04238B) is known color: Smalt. HEX triplet: 04, 23 and 8B. RGB value is (4,35,139). Sum of RGB (Red+Green+Blue) = 4+35+139=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 35 (14.06% from 255 or 19.66% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #04238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04238B is #FBDC74. Grayscale: #252525. Windows color (decimal): -16505973 or 9118468. OLE color: 9118468.

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

Color convert

RGB 4 35 139 -
CMYK 0.97 0.75 0 0.45
HSL 226.22º 0.94% 0.28% -
HSV(B) 226.22º 0.97% 0.55% -
XYZ 5.31 3.09 24.74 -
YUV 37.59 185.23 104.04 -
System Red Green Blue C M Y K H S L
Decimal 4 35 139 0.97 0.75 0 0.45 226.22 0.94 0.28
Hex 4 23 8B 61 4B 0 2D E2 5E 1C
Octal 4 43 213 141 113 0 55 342 136 34
Binary 100 100011 10001011 1100001 1001011 0 101101 11100010 1011110 11100

Color Harmonies of #04238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04238B

Black with #04238B

Text Example


Text Example

White with #04238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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