Html Css Color HEX #04288B Smalt

📋 copy color: '#04288B'

red 4 ◦ green 40 ◦ blue 139

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

Shades of Smalt #04288B

Tints of Smalt #04288B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

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

R = 2.19%
G = 21.86%
B = 75.96%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04288B (or 0x04288B) is known color: Smalt. HEX triplet: 04, 28 and 8B. RGB value is (4,40,139). Sum of RGB (Red+Green+Blue) = 4+40+139=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #04288B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04288B is #FBD774. Grayscale: #282828. Windows color (decimal): -16504693 or 9119748. OLE color: 9119748.

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

Color convert

RGB 4 40 139 -
CMYK 0.97 0.71 0 0.45
HSL 224º 0.94% 0.28% -
HSV(B) 224º 0.97% 0.55% -
XYZ 5.47 3.41 24.8 -
YUV 40.52 183.57 101.95 -
System Red Green Blue C M Y K H S L
Decimal 4 40 139 0.97 0.71 0 0.45 224 0.94 0.28
Hex 4 28 8B 61 47 0 2D E0 5E 1C
Octal 4 50 213 141 107 0 55 340 136 34
Binary 100 101000 10001011 1100001 1000111 0 101101 11100000 1011110 11100

Color Harmonies of #04288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04288B

Black with #04288B

Text Example


Text Example

White with #04288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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