#10749E

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

Shades of Cerulean #10749E

Tints of Cerulean #10749E

Color information

#10749E (or 0x10749E) is unknown color: approx Cerulean. HEX triplet: 10, 74 and 9E. RGB value is (16,116,158). Sum of RGB (Red+Green+Blue) = 16+116+158=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #10749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10749E is #EF8B61. Grayscale: #5A5A5A. Windows color (decimal): -15698786 or 10384400. OLE color: 10384400.

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

Color convert

RGB16116158-
CMYK0.900.2700.38
HSL197.75º81.61%34.12%-
HSV(B)197.75º89.87%61.96%-
XYZ12.6315.0734.59-
YUV90.89165.8774.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.52%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=5.52%
G=40%
B=54.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161161580.900.2700.38197.7581.6134.12
Hex10749E5A1B026c65222
Octal201642361323304630612242
Binary100001110100100111101011010110110100110110001101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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