#1077A8

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

Shades of Cerulean #1077A8

Tints of Cerulean #1077A8

Color information

#1077A8 (or 0x1077A8) is unknown color: approx Cerulean. HEX triplet: 10, 77 and A8. RGB value is (16,119,168). Sum of RGB (Red+Green+Blue) = 16+119+168=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #1077A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1077A8 is #EF8857. Grayscale: #5D5D5D. Windows color (decimal): -15698008 or 11040528. OLE color: 11040528.

HSL color Cylindrical-coordinate representation of color #1077A8: hue angle of 199.34º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1077A8 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16119168-
CMYK0.900.2900.34
HSL199.34º82.61%36.08%-
HSV(B)199.34º90.48%65.88%-
XYZ13.8816.1339.43-
YUV93.79169.8872.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.28%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 168 (66.02% from 255) = 55.45%
R=5.28%
G=39.27%
B=55.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161191680.900.2900.34199.3482.6136.08
Hex1077A85A1D022c75324
Octal201672501323504230712344
Binary100001110111101010001011010111010100010110001111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1077A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1077A8; }

 p { color: rgb(16,119,168); }

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

<style>
 a { background-color: #1077A8; }

 a { background-color: rgb(16,119,168); }

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

<style>
 span { border-color: #1077A8; }

 span { border-color: rgb(16,119,168); }

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