#04457B

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

Shades of Dark Cerulean #04457B

Tints of Dark Cerulean #04457B

Color information

#04457B (or 0x04457B) is unknown color: approx Dark Cerulean. HEX triplet: 04, 45 and 7B. RGB value is (4,69,123). Sum of RGB (Red+Green+Blue) = 4+69+123=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #04457B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04457B is #FBBA84. Grayscale: #373737. Windows color (decimal): -16497285 or 8078596. OLE color: 8078596.

HSL color Cylindrical-coordinate representation of color #04457B: hue angle of 207.23º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04457B is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB469123-
CMYK0.970.4400.52
HSL207.23º93.7%24.9%-
HSV(B)207.23º96.75%48.24%-
XYZ5.755.7119.54-
YUV55.72165.9791.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=2.04%
G=35.20%
B=62.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4691230.970.4400.52207.2393.724.9
Hex4457B612C034cf5e19
Octal41051731415406431713631
Binary100100010111110111100001101100011010011001111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,69,123); }

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

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

 a { background-color: rgb(4,69,123); }

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

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

 span { border-color: rgb(4,69,123); }

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