#1075AC

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

Shades of Cerulean #1075AC

Tints of Cerulean #1075AC

Color information

#1075AC (or 0x1075AC) is unknown color: approx Cerulean. HEX triplet: 10, 75 and AC. RGB value is (16,117,172). Sum of RGB (Red+Green+Blue) = 16+117+172=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #1075AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1075AC is #EF8A53. Grayscale: #5C5C5C. Windows color (decimal): -15698516 or 11302160. OLE color: 11302160.

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

Color convert

RGB16117172-
CMYK0.910.3200.33
HSL201.15º82.98%36.86%-
HSV(B)201.15º90.7%67.45%-
XYZ14.0215.8141.34-
YUV93.07172.5473.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=5.25%
G=38.36%
B=56.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161171720.910.3200.33201.1582.9836.86
Hex1075AC5B20021c95325
Octal201652541334004131112345
Binary1000011101011010110010110111000000100001110010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1075AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1075AC; }

 p { color: rgb(16,117,172); }

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

<style>
 a { background-color: #1075AC; }

 a { background-color: rgb(16,117,172); }

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

<style>
 span { border-color: #1075AC; }

 span { border-color: rgb(16,117,172); }

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