#04387F

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

Shades of Dark Cerulean #04387F

Tints of Dark Cerulean #04387F

Color information

#04387F (or 0x04387F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 38 and 7F. RGB value is (4,56,127). Sum of RGB (Red+Green+Blue) = 4+56+127=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 127 (50% from 255 or 67.91% from 187); Max value from RGB is 127 - color contains mainly: blue. Hex color #04387F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04387F is #FBC780. Grayscale: #303030. Windows color (decimal): -16500609 or 8337412. OLE color: 8337412.

HSL color Cylindrical-coordinate representation of color #04387F: hue angle of 214.63º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04387F is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB456127-
CMYK0.970.5600.50
HSL214.63º93.89%25.69%-
HSV(B)214.63º96.85%49.8%-
XYZ5.34.3920.65-
YUV48.55172.2796.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 127 (50% from 255) = 67.91%
R=2.14%
G=29.95%
B=67.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4561270.970.5600.50214.6393.8925.69
Hex4387F6138032d75e1a
Octal4701771417006232713632
Binary10011100011111111100001111000011001011010111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04387F; }

 p { color: rgb(4,56,127); }

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

<style>
 a { background-color: #04387F; }

 a { background-color: rgb(4,56,127); }

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

<style>
 span { border-color: #04387F; }

 span { border-color: rgb(4,56,127); }

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