#04317B

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

Shades of Dark Cerulean #04317B

Tints of Dark Cerulean #04317B

Color information

#04317B (or 0x04317B) is unknown color: approx Dark Cerulean. HEX triplet: 04, 31 and 7B. RGB value is (4,49,123). Sum of RGB (Red+Green+Blue) = 4+49+123=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #04317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04317B is #FBCE84. Grayscale: #2B2B2B. Windows color (decimal): -16502405 or 8073476. OLE color: 8073476.

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

Color convert

RGB449123-
CMYK0.970.6000.52
HSL217.31º93.7%24.9%-
HSV(B)217.31º96.75%48.24%-
XYZ4.723.6519.19-
YUV43.98172.5999.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.27%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 123 (48.44% from 255) = 69.89%
R=2.27%
G=27.84%
B=69.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4491230.970.6000.52217.3193.724.9
Hex4317B613C034d95e19
Octal4611731417406433113631
Binary10011000111110111100001111100011010011011001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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