Html Css Color HEX #00498D Dark Cerulean

📋 copy color: '#00498D'

red 0 ◦ green 73 ◦ blue 141

#00498D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #00498D

Tints of Dark Cerulean #00498D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 141 (55.47% from 255) = 65.89%

R = 0%
G = 34.11%
B = 65.89%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00498D (or 0x00498D) is known color: Dark Cerulean. HEX triplet: 00, 49 and 8D. RGB value is (0,73,141). Sum of RGB (Red+Green+Blue) = 0+73+141=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 141 (55.47% from 255 or 65.89% from 214); Max value from RGB is 141 - color contains mainly: blue. Hex color #00498D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00498D is #FFB672. Grayscale: #3A3A3A. Windows color (decimal): -16758387 or 9259264. OLE color: 9259264.

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

Color convert

RGB 0 73 141 -
CMYK 1 0.48 0 0.45
HSL 208.94º 1% 0.28% -
HSV(B) 208.94º 1% 0.55% -
XYZ 7.19 6.69 26.11 -
YUV 58.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 0 73 141 1 0.48 0 0.45 208.94 1 0.28
Hex 0 49 8D 64 30 0 2D D1 64 1C
Octal 0 111 215 144 60 0 55 321 144 34
Binary 0 1001001 10001101 1100100 110000 0 101101 11010001 1100100 11100

Color Harmonies of #00498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00498D

Black with #00498D

Text Example


Text Example

White with #00498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00498D;
 }
 .AnyTagClassName
 {
   color: #00498D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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