#1081BB

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

Shades of Cerulean #1081BB

Tints of Cerulean #1081BB

Color information

#1081BB (or 0x1081BB) is unknown color: approx Cerulean. HEX triplet: 10, 81 and BB. RGB value is (16,129,187). Sum of RGB (Red+Green+Blue) = 16+129+187=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #1081BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081BB is #EF7E44. Grayscale: #656565. Windows color (decimal): -15695429 or 12288272. OLE color: 12288272.

HSL color Cylindrical-coordinate representation of color #1081BB: hue angle of 200.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1081BB is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16129187-
CMYK0.910.3100.27
HSL200.35º84.24%39.8%-
HSV(B)200.35º91.44%73.33%-
XYZ17.0319.449.86-
YUV101.82176.0666.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 187 (73.44% from 255) = 56.33%
R=4.82%
G=38.86%
B=56.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161291870.910.3100.27200.3584.2439.8
Hex1081BB5B1F01Bc85428
Octal202012731333703331012450
Binary100001000000110111011101101111111011011110010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1081BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1081BB; }

 p { color: rgb(16,129,187); }

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

<style>
 a { background-color: #1081BB; }

 a { background-color: rgb(16,129,187); }

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

<style>
 span { border-color: #1081BB; }

 span { border-color: rgb(16,129,187); }

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