#00498C

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

Shades of Dark Cerulean #00498C

Tints of Dark Cerulean #00498C

Color information

#00498C (or 0x00498C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 49 and 8C. RGB value is (0,73,140). Sum of RGB (Red+Green+Blue) = 0+73+140=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #00498C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00498C is #FFB673. Grayscale: #3A3A3A. Windows color (decimal): -16758388 or 9193728. OLE color: 9193728.

HSL color Cylindrical-coordinate representation of color #00498C: hue angle of 208.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00498C is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB073140-
CMYK10.4800.45
HSL208.71º100%27.45%-
HSV(B)208.71º100%54.9%-
XYZ7.126.6625.72-
YUV58.81173.8286.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 140 (55.08% from 255) = 65.73%
R=0%
G=34.27%
B=65.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal07314010.4800.45208.7110027.45
Hex0498C643002Dd1641b
Octal01112141446005532114433
Binary01001001100011001100100110000010110111010001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00498C; }

 p { color: rgb(0,73,140); }

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

<style>
 a { background-color: #00498C; }

 a { background-color: rgb(0,73,140); }

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

<style>
 span { border-color: #00498C; }

 span { border-color: rgb(0,73,140); }

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