#04548B

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

Shades of Dark Cerulean #04548B

Tints of Dark Cerulean #04548B

Color information

#04548B (or 0x04548B) is unknown color: approx Dark Cerulean. HEX triplet: 04, 54 and 8B. RGB value is (4,84,139). Sum of RGB (Red+Green+Blue) = 4+84+139=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #04548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04548B is #FBAB74. Grayscale: #424242. Windows color (decimal): -16493429 or 9131012. OLE color: 9131012.

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

Color convert

RGB484139-
CMYK0.970.4000.45
HSL204.44º94.41%28.04%-
HSV(B)204.44º97.12%54.51%-
XYZ7.888.2325.6-
YUV66.3516983.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=1.76%
G=37.00%
B=61.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4841390.970.4000.45204.4494.4128.04
Hex4548B612802Dcc5e1c
Octal41242131415005531413634
Binary1001010100100010111100001101000010110111001100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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