#1071A5

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

Shades of Cerulean #1071A5

Tints of Cerulean #1071A5

Color information

#1071A5 (or 0x1071A5) is unknown color: approx Cerulean. HEX triplet: 10, 71 and A5. RGB value is (16,113,165). Sum of RGB (Red+Green+Blue) = 16+113+165=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #1071A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1071A5 is #EF8E5A. Grayscale: #595959. Windows color (decimal): -15699547 or 10842384. OLE color: 10842384.

HSL color Cylindrical-coordinate representation of color #1071A5: hue angle of 200.94º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1071A5 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16113165-
CMYK0.900.3200.35
HSL200.94º82.32%35.49%-
HSV(B)200.94º90.3%64.71%-
XYZ12.9114.6437.74-
YUV89.93170.3675.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.44%
GREEN value IS 113 (44.53% from 255) = 38.44%
BLUE value IS 165 (64.84% from 255) = 56.12%
R=5.44%
G=38.44%
B=56.12%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161131650.900.3200.35200.9482.3235.49
Hex1071A55A20023c95223
Octal201612451324004331112243
Binary1000011100011010010110110101000000100011110010011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1071A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1071A5; }

 p { color: rgb(16,113,165); }

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

<style>
 a { background-color: #1071A5; }

 a { background-color: rgb(16,113,165); }

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

<style>
 span { border-color: #1071A5; }

 span { border-color: rgb(16,113,165); }

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