#04538A

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

Shades of Dark Cerulean #04538A

Tints of Dark Cerulean #04538A

Color information

#04538A (or 0x04538A) is unknown color: approx Dark Cerulean. HEX triplet: 04, 53 and 8A. RGB value is (4,83,138). Sum of RGB (Red+Green+Blue) = 4+83+138=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #04538A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04538A is #FBAC75. Grayscale: #414141. Windows color (decimal): -16493686 or 9065220. OLE color: 9065220.

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

Color convert

RGB483138-
CMYK0.970.4000.46
HSL204.63º94.37%27.84%-
HSV(B)204.63º97.1%54.12%-
XYZ7.738.0525.19-
YUV65.65168.8384.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=1.78%
G=36.89%
B=61.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4831380.970.4000.46204.6394.3727.84
Hex4538A612802Ecd5e1c
Octal41232121415005631513634
Binary1001010011100010101100001101000010111011001101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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