#10729E

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

Shades of Cerulean #10729E

Tints of Cerulean #10729E

Color information

#10729E (or 0x10729E) is unknown color: approx Cerulean. HEX triplet: 10, 72 and 9E. RGB value is (16,114,158). Sum of RGB (Red+Green+Blue) = 16+114+158=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #10729E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10729E is #EF8D61. Grayscale: #595959. Windows color (decimal): -15699298 or 10383888. OLE color: 10383888.

HSL color Cylindrical-coordinate representation of color #10729E: hue angle of 198.59º 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 #10729E is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB16114158-
CMYK0.900.2800.38
HSL198.59º81.61%34.12%-
HSV(B)198.59º89.87%61.96%-
XYZ12.414.6134.51-
YUV89.71166.5375.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=5.56%
G=39.58%
B=54.86%

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
Decimal161141580.900.2800.38198.5981.6134.12
Hex10729E5A1C026c75222
Octal201622361323404630712242
Binary100001110010100111101011010111000100110110001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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