#1080A3

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

Shades of Cerulean #1080A3

Tints of Cerulean #1080A3

Color information

#1080A3 (or 0x1080A3) is unknown color: approx Cerulean. HEX triplet: 10, 80 and A3. RGB value is (16,128,163). Sum of RGB (Red+Green+Blue) = 16+128+163=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #1080A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1080A3 is #EF7F5C. Grayscale: #626262. Windows color (decimal): -15695709 or 10715152. OLE color: 10715152.

HSL color Cylindrical-coordinate representation of color #1080A3: hue angle of 194.29º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1080A3 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16128163-
CMYK0.900.2100.36
HSL194.29º82.12%35.1%-
HSV(B)194.29º90.18%63.92%-
XYZ14.5418.1937.4-
YUV98.5164.3969.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 163 (64.06% from 255) = 53.09%
R=5.21%
G=41.69%
B=53.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161281630.900.2100.36194.2982.1235.1
Hex1080A35A15024c25223
Octal202002431322504430212243
Binary1000010000000101000111011010101010100100110000101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1080A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1080A3; }

 p { color: rgb(16,128,163); }

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

<style>
 a { background-color: #1080A3; }

 a { background-color: rgb(16,128,163); }

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

<style>
 span { border-color: #1080A3; }

 span { border-color: rgb(16,128,163); }

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