#1078AB

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

Shades of Cerulean #1078AB

Tints of Cerulean #1078AB

Color information

#1078AB (or 0x1078AB) is unknown color: approx Cerulean. HEX triplet: 10, 78 and AB. RGB value is (16,120,171). Sum of RGB (Red+Green+Blue) = 16+120+171=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #1078AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1078AB is #EF8754. Grayscale: #5E5E5E. Windows color (decimal): -15697749 or 11237392. OLE color: 11237392.

HSL color Cylindrical-coordinate representation of color #1078AB: hue angle of 199.74º 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 #1078AB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16120171-
CMYK0.910.3000.33
HSL199.74º82.89%36.67%-
HSV(B)199.74º90.64%67.06%-
XYZ14.2816.4840.96-
YUV94.72171.0471.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=5.21%
G=39.09%
B=55.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161201710.910.3000.33199.7482.8936.67
Hex1078AB5B1E021c85325
Octal201702531333604131012345
Binary100001111000101010111011011111100100001110010001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1078AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1078AB; }

 p { color: rgb(16,120,171); }

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

<style>
 a { background-color: #1078AB; }

 a { background-color: rgb(16,120,171); }

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

<style>
 span { border-color: #1078AB; }

 span { border-color: rgb(16,120,171); }

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