#10729F

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

Shades of Cerulean #10729F

Tints of Cerulean #10729F

Color information

#10729F (or 0x10729F) is unknown color: approx Cerulean. HEX triplet: 10, 72 and 9F. RGB value is (16,114,159). Sum of RGB (Red+Green+Blue) = 16+114+159=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #10729F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10729F is #EF8D60. Grayscale: #595959. Windows color (decimal): -15699297 or 10449424. OLE color: 10449424.

HSL color Cylindrical-coordinate representation of color #10729F: hue angle of 198.88º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10729F is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB16114159-
CMYK0.900.2800.38
HSL198.88º81.71%34.31%-
HSV(B)198.88º89.94%62.35%-
XYZ12.4914.6534.97-
YUV89.83167.0375.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.54%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 159 (62.5% from 255) = 55.02%
R=5.54%
G=39.45%
B=55.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161141590.900.2800.38198.8881.7134.31
Hex10729F5A1C026c75222
Octal201622371323404630712242
Binary100001110010100111111011010111000100110110001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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