#02739A

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

Shades of Cerulean #02739A

Tints of Cerulean #02739A

Color information

#02739A (or 0x02739A) is unknown color: approx Cerulean. HEX triplet: 02, 73 and 9A. RGB value is (2,115,154). Sum of RGB (Red+Green+Blue) = 2+115+154=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #02739A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02739A is #FD8C65. Grayscale: #555555. Windows color (decimal): -16616550 or 10121986. OLE color: 10121986.

HSL color Cylindrical-coordinate representation of color #02739A: hue angle of 195.39º 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 #02739A is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2115154-
CMYK0.990.2500.40
HSL195.39º97.44%30.59%-
HSV(B)195.39º98.7%60.39%-
XYZ11.9914.6132.76-
YUV85.66166.5668.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 154 (60.55% from 255) = 56.83%
R=0.74%
G=42.44%
B=56.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21151540.990.2500.40195.3997.4430.59
Hex2739A6319028c3611f
Octal21632321433105030314137
Binary10111001110011010110001111001010100011000011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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