Html Css Color HEX #02498A Dark Cerulean

📋 copy color: '#02498A'

red 2 ◦ green 73 ◦ blue 138

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

Shades of Dark Cerulean #02498A

Tints of Dark Cerulean #02498A

RGB

 RED value IS 2 (1.17% from 255) = 0.94%

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

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

R = 0.94%
G = 34.27%
B = 64.79%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02498A (or 0x02498A) is known color: Dark Cerulean. HEX triplet: 02, 49 and 8A. RGB value is (2,73,138). Sum of RGB (Red+Green+Blue) = 2+73+138=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #02498A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02498A is #FDB675. Grayscale: #3A3A3A. Windows color (decimal): -16627318 or 9062658. OLE color: 9062658.

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

Color convert

RGB 2 73 138 -
CMYK 0.99 0.47 0 0.46
HSL 208.68º 0.97% 0.27% -
HSV(B) 208.68º 0.99% 0.54% -
XYZ 7 6.61 24.95 -
YUV 59.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 2 73 138 0.99 0.47 0 0.46 208.68 0.97 0.27
Hex 2 49 8A 63 2F 0 2E D1 61 1B
Octal 2 111 212 143 57 0 56 321 141 33
Binary 10 1001001 10001010 1100011 101111 0 101110 11010001 1100001 11011

Color Harmonies of #02498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02498A

Black with #02498A

Text Example


Text Example

White with #02498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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