#04268B

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

Shades of Smalt #04268B

Tints of Smalt #04268B

Color information

#04268B (or 0x04268B) is unknown color: approx Smalt. HEX triplet: 04, 26 and 8B. RGB value is (4,38,139). Sum of RGB (Red+Green+Blue) = 4+38+139=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #04268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04268B is #FBD974. Grayscale: #262626. Windows color (decimal): -16505205 or 9119236. OLE color: 9119236.

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

Color convert

RGB438139-
CMYK0.970.7300.45
HSL224.89º94.41%28.04%-
HSV(B)224.89º97.12%54.51%-
XYZ5.43.2824.77-
YUV39.35184.24102.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 139 (54.69% from 255) = 76.80%
R=2.21%
G=20.99%
B=76.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4381390.970.7300.45224.8994.4128.04
Hex4268B614902De15e1c
Octal44621314111105534113634
Binary1001001101000101111000011001001010110111100001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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