#02619A

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

Shades of Cerulean #02619A

Tints of Cerulean #02619A

Color information

#02619A (or 0x02619A) is unknown color: approx Cerulean. HEX triplet: 02, 61 and 9A. RGB value is (2,97,154). Sum of RGB (Red+Green+Blue) = 2+97+154=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #02619A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02619A is #FD9E65. Grayscale: #4A4A4A. Windows color (decimal): -16621158 or 10117378. OLE color: 10117378.

HSL color Cylindrical-coordinate representation of color #02619A: hue angle of 202.5º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02619A is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB297154-
CMYK0.990.3700.40
HSL202.5º97.44%30.59%-
HSV(B)202.5º98.7%60.39%-
XYZ10.1310.932.14-
YUV75.09172.5375.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 154 (60.55% from 255) = 60.87%
R=0.79%
G=38.34%
B=60.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal2971540.990.3700.40202.597.4430.59
Hex2619A6325028ca611f
Octal21412321434505031214137
Binary101100001100110101100011100101010100011001010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,97,154); }

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

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

 a { background-color: rgb(2,97,154); }

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

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

 span { border-color: rgb(2,97,154); }

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