#00498B

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

Shades of Dark Cerulean #00498B

Tints of Dark Cerulean #00498B

Color information

#00498B (or 0x00498B) is unknown color: approx Dark Cerulean. HEX triplet: 00, 49 and 8B. RGB value is (0,73,139). Sum of RGB (Red+Green+Blue) = 0+73+139=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #00498B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00498B is #FFB674. Grayscale: #3A3A3A. Windows color (decimal): -16758389 or 9128192. OLE color: 9128192.

HSL color Cylindrical-coordinate representation of color #00498B: hue angle of 208.49º 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 #00498B is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB073139-
CMYK10.4700.45
HSL208.49º100%27.25%-
HSV(B)208.49º100%54.51%-
XYZ7.046.6325.33-
YUV58.7173.3286.13-

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.43%
BLUE value IS 139 (54.69% from 255) = 65.57%
R=0%
G=34.43%
B=65.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal07313910.4700.45208.4910027.25
Hex0498B642F02Dd0641b
Octal01112131445705532014433
Binary01001001100010111100100101111010110111010000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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