#10759E

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

Shades of Cerulean #10759E

Tints of Cerulean #10759E

Color information

#10759E (or 0x10759E) is unknown color: approx Cerulean. HEX triplet: 10, 75 and 9E. RGB value is (16,117,158). Sum of RGB (Red+Green+Blue) = 16+117+158=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #10759E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10759E is #EF8A61. Grayscale: #5B5B5B. Windows color (decimal): -15698530 or 10384656. OLE color: 10384656.

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

Color convert

RGB16117158-
CMYK0.900.2600.38
HSL197.32º81.61%34.12%-
HSV(B)197.32º89.87%61.96%-
XYZ12.7515.334.63-
YUV91.48165.5474.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=5.50%
G=40.21%
B=54.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161171580.900.2600.38197.3281.6134.12
Hex10759E5A1A026c55222
Octal201652361323204630512242
Binary100001110101100111101011010110100100110110001011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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