#1076AC

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

Shades of Cerulean #1076AC

Tints of Cerulean #1076AC

Color information

#1076AC (or 0x1076AC) is unknown color: approx Cerulean. HEX triplet: 10, 76 and AC. RGB value is (16,118,172). Sum of RGB (Red+Green+Blue) = 16+118+172=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #1076AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1076AC is #EF8953. Grayscale: #5D5D5D. Windows color (decimal): -15698260 or 11302416. OLE color: 11302416.

HSL color Cylindrical-coordinate representation of color #1076AC: hue angle of 200.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1076AC is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16118172-
CMYK0.910.3100.33
HSL200.77º82.98%36.86%-
HSV(B)200.77º90.7%67.45%-
XYZ14.1416.0541.38-
YUV93.66172.2172.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.23%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=5.23%
G=38.56%
B=56.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161181720.910.3100.33200.7782.9836.86
Hex1076AC5B1F021c95325
Octal201662541333704131112345
Binary100001110110101011001011011111110100001110010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1076AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1076AC; }

 p { color: rgb(16,118,172); }

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

<style>
 a { background-color: #1076AC; }

 a { background-color: rgb(16,118,172); }

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

<style>
 span { border-color: #1076AC; }

 span { border-color: rgb(16,118,172); }

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