#04558A

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

Shades of Dark Cerulean #04558A

Tints of Dark Cerulean #04558A

Color information

#04558A (or 0x04558A) is unknown color: approx Dark Cerulean. HEX triplet: 04, 55 and 8A. RGB value is (4,85,138). Sum of RGB (Red+Green+Blue) = 4+85+138=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #04558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04558A is #FBAA75. Grayscale: #424242. Windows color (decimal): -16493174 or 9065732. OLE color: 9065732.

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

Color convert

RGB485138-
CMYK0.970.3800.46
HSL203.73º94.37%27.84%-
HSV(B)203.73º97.1%54.12%-
XYZ7.898.3625.24-
YUV66.82168.1683.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.76%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 138 (54.30% from 255) = 60.79%
R=1.76%
G=37.44%
B=60.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4851380.970.3800.46203.7394.3727.84
Hex4558A612602Ecc5e1c
Octal41252121414605631413634
Binary1001010101100010101100001100110010111011001100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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