#004B7C

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

Shades of Dark Cerulean #004B7C

Tints of Dark Cerulean #004B7C

Color information

#004B7C (or 0x004B7C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4B and 7C. RGB value is (0,75,124). Sum of RGB (Red+Green+Blue) = 0+75+124=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #004B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B7C is #FFB483. Grayscale: #393939. Windows color (decimal): -16757892 or 8145664. OLE color: 8145664.

HSL color Cylindrical-coordinate representation of color #004B7C: hue angle of 203.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B7C is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB075124-
CMYK10.4000.51
HSL203.71º100%24.31%-
HSV(B)203.71º100%48.63%-
XYZ6.156.4920-
YUV58.16165.1586.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 124 (48.83% from 255) = 62.31%
R=0%
G=37.69%
B=62.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal07512410.4000.51203.7110024.31
Hex04B7C6428033cc6418
Octal01131741445006331414430
Binary0100101111111001100100101000011001111001100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004B7C; }

 p { color: rgb(0,75,124); }

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

<style>
 a { background-color: #004B7C; }

 a { background-color: rgb(0,75,124); }

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

<style>
 span { border-color: #004B7C; }

 span { border-color: rgb(0,75,124); }

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