#12729B

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

Shades of Cerulean #12729B

Tints of Cerulean #12729B

Color information

#12729B (or 0x12729B) is unknown color: approx Cerulean. HEX triplet: 12, 72 and 9B. RGB value is (18,114,155). Sum of RGB (Red+Green+Blue) = 18+114+155=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #12729B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12729B is #ED8D64. Grayscale: #595959. Windows color (decimal): -15568229 or 10187282. OLE color: 10187282.

HSL color Cylindrical-coordinate representation of color #12729B: hue angle of 197.96º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12729B is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18114155-
CMYK0.880.2600.39
HSL197.96º79.19%33.92%-
HSV(B)197.96º88.39%60.78%-
XYZ12.1814.5333.17-
YUV89.97164.776.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=6.27%
G=39.72%
B=54.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181141550.880.2600.39197.9679.1933.92
Hex12729B581A027c64f22
Octal221622331303204730611742
Binary100101110010100110111011000110100100111110001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12729B; }

 p { color: rgb(18,114,155); }

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

<style>
 a { background-color: #12729B; }

 a { background-color: rgb(18,114,155); }

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

<style>
 span { border-color: #12729B; }

 span { border-color: rgb(18,114,155); }

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