#004C7B

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

Shades of Dark Cerulean #004C7B

Tints of Dark Cerulean #004C7B

Color information

#004C7B (or 0x004C7B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4C and 7B. RGB value is (0,76,123). Sum of RGB (Red+Green+Blue) = 0+76+123=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #004C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C7B is #FFB384. Grayscale: #3A3A3A. Windows color (decimal): -16757637 or 8080384. OLE color: 8080384.

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

Color convert

RGB076123-
CMYK10.3800.52
HSL202.93º100%24.12%-
HSV(B)202.93º100%48.24%-
XYZ6.166.619.69-
YUV58.63164.3286.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 123 (48.44% from 255) = 61.81%
R=0%
G=38.19%
B=61.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal07612310.3800.52202.9310024.12
Hex04C7B6426034cb6418
Octal01141731444606431314430
Binary0100110011110111100100100110011010011001011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,76,123); }

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

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

 a { background-color: rgb(0,76,123); }

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

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

 span { border-color: rgb(0,76,123); }

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