#02498E

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

Shades of Dark Cerulean #02498E

Tints of Dark Cerulean #02498E

Color information

#02498E (or 0x02498E) is unknown color: approx Dark Cerulean. HEX triplet: 02, 49 and 8E. RGB value is (2,73,142). Sum of RGB (Red+Green+Blue) = 2+73+142=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #02498E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02498E is #FDB671. Grayscale: #3B3B3B. Windows color (decimal): -16627314 or 9324802. OLE color: 9324802.

HSL color Cylindrical-coordinate representation of color #02498E: hue angle of 209.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02498E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB273142-
CMYK0.990.4900.44
HSL209.57º97.22%28.24%-
HSV(B)209.57º98.59%55.69%-
XYZ7.296.7326.51-
YUV59.64174.4886.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 142 (55.86% from 255) = 65.44%
R=0.92%
G=33.64%
B=65.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2731420.990.4900.44209.5797.2228.24
Hex2498E633102Cd2611c
Octal21112161436105432214134
Binary101001001100011101100011110001010110011010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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