#04268A

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

Shades of Smalt #04268A

Tints of Smalt #04268A

Color information

#04268A (or 0x04268A) is unknown color: approx Smalt. HEX triplet: 04, 26 and 8A. RGB value is (4,38,138). Sum of RGB (Red+Green+Blue) = 4+38+138=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #04268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04268A is #FBD975. Grayscale: #262626. Windows color (decimal): -16505206 or 9053700. OLE color: 9053700.

HSL color Cylindrical-coordinate representation of color #04268A: hue angle of 224.78º 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 #04268A is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB438138-
CMYK0.970.7200.46
HSL224.78º94.37%27.84%-
HSV(B)224.78º97.1%54.12%-
XYZ5.333.2524.39-
YUV39.23183.74102.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 138 (54.30% from 255) = 76.67%
R=2.22%
G=21.11%
B=76.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4381380.970.7200.46224.7894.3727.84
Hex4268A614802Ee15e1c
Octal44621214111005634113634
Binary1001001101000101011000011001000010111011100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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