#004E7B

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

Shades of Dark Cerulean #004E7B

Tints of Dark Cerulean #004E7B

Color information

#004E7B (or 0x004E7B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4E and 7B. RGB value is (0,78,123). Sum of RGB (Red+Green+Blue) = 0+78+123=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #004E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004E7B is #FFB184. Grayscale: #3B3B3B. Windows color (decimal): -16757125 or 8080896. OLE color: 8080896.

HSL color Cylindrical-coordinate representation of color #004E7B: hue angle of 201.95º 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 #004E7B is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB078123-
CMYK10.3700.52
HSL201.95º100%24.12%-
HSV(B)201.95º100%48.24%-
XYZ6.36.8819.73-
YUV59.81163.6685.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 123 (48.44% from 255) = 61.19%
R=0%
G=38.81%
B=61.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal07812310.3700.52201.9510024.12
Hex04E7B6425034ca6418
Octal01161731444506431214430
Binary0100111011110111100100100101011010011001010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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