#1069A1

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

Shades of Cerulean #1069A1

Tints of Cerulean #1069A1

Color information

#1069A1 (or 0x1069A1) is unknown color: approx Cerulean. HEX triplet: 10, 69 and A1. RGB value is (16,105,161). Sum of RGB (Red+Green+Blue) = 16+105+161=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 161 (63.28% from 255 or 57.09% from 282); Max value from RGB is 161 - color contains mainly: blue. Hex color #1069A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1069A1 is #EF965E. Grayscale: #545454. Windows color (decimal): -15701599 or 10578192. OLE color: 10578192.

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

Color convert

RGB16105161-
CMYK0.900.3500.37
HSL203.17º81.92%34.71%-
HSV(B)203.17º90.06%63.14%-
XYZ11.712.7935.57-
YUV84.77171.0178.95-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 161 (63.28% from 255) = 57.09%
R=5.67%
G=37.23%
B=57.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161051610.900.3500.37203.1781.9234.71
Hex1069A15A23025cb5223
Octal201512411324304531312243
Binary1000011010011010000110110101000110100101110010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1069A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1069A1; }

 p { color: rgb(16,105,161); }

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

<style>
 a { background-color: #1069A1; }

 a { background-color: rgb(16,105,161); }

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

<style>
 span { border-color: #1069A1; }

 span { border-color: rgb(16,105,161); }

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