#1076B3

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

Shades of Cerulean #1076B3

Tints of Cerulean #1076B3

Color information

#1076B3 (or 0x1076B3) is unknown color: approx Cerulean. HEX triplet: 10, 76 and B3. RGB value is (16,118,179). Sum of RGB (Red+Green+Blue) = 16+118+179=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #1076B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1076B3 is #EF894C. Grayscale: #5E5E5E. Windows color (decimal): -15698253 or 11761168. OLE color: 11761168.

HSL color Cylindrical-coordinate representation of color #1076B3: hue angle of 202.45º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1076B3 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16118179-
CMYK0.910.3400.30
HSL202.45º83.59%38.24%-
HSV(B)202.45º91.06%70.2%-
XYZ14.8316.3245.02-
YUV94.46175.7172.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.11%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 179 (70.31% from 255) = 57.19%
R=5.11%
G=37.70%
B=57.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161181790.910.3400.30202.4583.5938.24
Hex1076B35B2201Eca5426
Octal201662631334203631212446
Binary100001110110101100111011011100010011110110010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1076B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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