#004B7D

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

Shades of Dark Cerulean #004B7D

Tints of Dark Cerulean #004B7D

Color information

#004B7D (or 0x004B7D) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4B and 7D. RGB value is (0,75,125). Sum of RGB (Red+Green+Blue) = 0+75+125=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #004B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B7D is #FFB482. Grayscale: #3A3A3A. Windows color (decimal): -16757891 or 8211200. OLE color: 8211200.

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

Color convert

RGB075125-
CMYK10.4000.51
HSL204º100%24.51%-
HSV(B)204º100%49.02%-
XYZ6.226.5120.33-
YUV58.28165.6586.43-

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.5%
BLUE value IS 125 (49.22% from 255) = 62.5%
R=0%
G=37.5%
B=62.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal07512510.4000.5120410024.51
Hex04B7D6428033cc6419
Octal01131751445006331414431
Binary0100101111111011100100101000011001111001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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