Html Css Color HEX #00498A Dark Cerulean

📋 copy color: '#00498A'

red 0 ◦ green 73 ◦ blue 138

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

Shades of Dark Cerulean #00498A

Tints of Dark Cerulean #00498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 65.4%

R = 0%
G = 34.6%
B = 65.4%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#00498A (or 0x00498A) is known color: Dark Cerulean. HEX triplet: 00, 49 and 8A. RGB value is (0,73,138). Sum of RGB (Red+Green+Blue) = 0+73+138=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #00498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00498A is #FFB675. Grayscale: #3A3A3A. Windows color (decimal): -16758390 or 9062656. OLE color: 9062656.

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

Color convert

RGB 0 73 138 -
CMYK 1 0.47 0 0.46
HSL 208.26º 1% 0.27% -
HSV(B) 208.26º 1% 0.54% -
XYZ 6.97 6.6 24.95 -
YUV 58.58 172.82 86.21 -
System Red Green Blue C M Y K H S L
Decimal 0 73 138 1 0.47 0 0.46 208.26 1 0.27
Hex 0 49 8A 64 2F 0 2E D0 64 1B
Octal 0 111 212 144 57 0 56 320 144 33
Binary 0 1001001 10001010 1100100 101111 0 101110 11010000 1100100 11011

Color Harmonies of #00498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00498A

Black with #00498A

Text Example


Text Example

White with #00498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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