#1081B4

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

Shades of Cerulean #1081B4

Tints of Cerulean #1081B4

Color information

#1081B4 (or 0x1081B4) is unknown color: approx Cerulean. HEX triplet: 10, 81 and B4. RGB value is (16,129,180). Sum of RGB (Red+Green+Blue) = 16+129+180=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #1081B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1081B4 is #EF7E4B. Grayscale: #646464. Windows color (decimal): -15695436 or 11829520. OLE color: 11829520.

HSL color Cylindrical-coordinate representation of color #1081B4: hue angle of 198.66º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1081B4 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16129180-
CMYK0.910.2800.29
HSL198.66º83.67%38.43%-
HSV(B)198.66º91.11%70.59%-
XYZ16.319.1146.01-
YUV101.03172.5667.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.92%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=4.92%
G=39.69%
B=55.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161291800.910.2800.29198.6683.6738.43
Hex1081B45B1C01Dc75426
Octal202012641333403530712446
Binary100001000000110110100101101111100011101110001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1081B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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