#02729F

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

Shades of Cerulean #02729F

Tints of Cerulean #02729F

Color information

#02729F (or 0x02729F) is unknown color: approx Cerulean. HEX triplet: 02, 72 and 9F. RGB value is (2,114,159). Sum of RGB (Red+Green+Blue) = 2+114+159=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #02729F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02729F is #FD8D60. Grayscale: #555555. Windows color (decimal): -16616801 or 10449410. OLE color: 10449410.

HSL color Cylindrical-coordinate representation of color #02729F: hue angle of 197.2º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02729F is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2114159-
CMYK0.990.2800.38
HSL197.2º97.52%31.57%-
HSV(B)197.2º98.74%62.35%-
XYZ12.314.5534.96-
YUV85.64169.3968.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 159 (62.5% from 255) = 57.82%
R=0.73%
G=41.45%
B=57.82%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21141590.990.2800.38197.297.5231.57
Hex2729F631C026c56220
Octal21622371433404630514240
Binary101110010100111111100011111000100110110001011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02729F; }

 p { color: rgb(2,114,159); }

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

<style>
 a { background-color: #02729F; }

 a { background-color: rgb(2,114,159); }

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

<style>
 span { border-color: #02729F; }

 span { border-color: rgb(2,114,159); }

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