#1070A9

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

Shades of Cerulean #1070A9

Tints of Cerulean #1070A9

Color information

#1070A9 (or 0x1070A9) is unknown color: approx Cerulean. HEX triplet: 10, 70 and A9. RGB value is (16,112,169). Sum of RGB (Red+Green+Blue) = 16+112+169=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #1070A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1070A9 is #EF8F56. Grayscale: #595959. Windows color (decimal): -15699799 or 11104272. OLE color: 11104272.

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

Color convert

RGB16112169-
CMYK0.910.3400.34
HSL202.35º82.7%36.27%-
HSV(B)202.35º90.53%66.27%-
XYZ13.1714.5639.65-
YUV89.79172.775.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 169 (66.41% from 255) = 56.90%
R=5.39%
G=37.71%
B=56.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161121690.910.3400.34202.3582.736.27
Hex1070A95B22022ca5324
Octal201602511334204231212344
Binary1000011100001010100110110111000100100010110010101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1070A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1070A9; }

 p { color: rgb(16,112,169); }

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

<style>
 a { background-color: #1070A9; }

 a { background-color: rgb(16,112,169); }

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

<style>
 span { border-color: #1070A9; }

 span { border-color: rgb(16,112,169); }

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