#04258A

Color #04258A Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #04258A

Tints of Smalt #04258A

Color information

#04258A (or 0x04258A) is unknown color: approx Smalt. HEX triplet: 04, 25 and 8A. RGB value is (4,37,138). Sum of RGB (Red+Green+Blue) = 4+37+138=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 138 (54.30% from 255 or 77.09% from 179); Max value from RGB is 138 - color contains mainly: blue. Hex color #04258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04258A is #FBDA75. Grayscale: #262626. Windows color (decimal): -16505462 or 9053444. OLE color: 9053444.

HSL color Cylindrical-coordinate representation of color #04258A: hue angle of 225.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04258A is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB437138-
CMYK0.970.7300.46
HSL225.22º94.37%27.84%-
HSV(B)225.22º97.1%54.12%-
XYZ5.33.1824.38-
YUV38.65184.07103.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.23%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 138 (54.30% from 255) = 77.09%
R=2.23%
G=20.67%
B=77.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4371380.970.7300.46225.2294.3727.84
Hex4258A614902Ee15e1c
Octal44521214111105634113634
Binary1001001011000101011000011001001010111011100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04258A; }

 p { color: rgb(4,37,138); }

 H1.HeaderClassName
 {
   color: #04258A;
 }
 .AnyTagClassName
 {
   color: #04258A;
 }
</style>
background-color css

<style>
 a { background-color: #04258A; }

 a { background-color: rgb(4,37,138); }

 div.DivClassName
 {
   background-color: #04258A;
 }
 .BgClassName
 {
   background-color: #04258A;
 }
</style>
border-color css

<style>
 span { border-color: #04258A; }

 span { border-color: rgb(4,37,138); }

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