#00547E

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

Shades of Dark Cerulean #00547E

Tints of Dark Cerulean #00547E

Color information

#00547E (or 0x00547E) is unknown color: approx Dark Cerulean. HEX triplet: 00, 54 and 7E. RGB value is (0,84,126). Sum of RGB (Red+Green+Blue) = 0+84+126=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #00547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00547E is #FFAB81. Grayscale: #3F3F3F. Windows color (decimal): -16755586 or 8279040. OLE color: 8279040.

HSL color Cylindrical-coordinate representation of color #00547E: hue angle of 200º 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 #00547E is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB084126-
CMYK10.3300.51
HSL200º100%24.71%-
HSV(B)200º100%49.41%-
XYZ6.947.8520.89-
YUV63.67163.1782.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal08412610.3300.5120010024.71
Hex0547E6421033c86419
Octal01241761444106331014431
Binary0101010011111101100100100001011001111001000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00547E; }

 p { color: rgb(0,84,126); }

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

<style>
 a { background-color: #00547E; }

 a { background-color: rgb(0,84,126); }

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

<style>
 span { border-color: #00547E; }

 span { border-color: rgb(0,84,126); }

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