#1069A4

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

Shades of Cerulean #1069A4

Tints of Cerulean #1069A4

Color information

#1069A4 (or 0x1069A4) is unknown color: approx Cerulean. HEX triplet: 10, 69 and A4. RGB value is (16,105,164). Sum of RGB (Red+Green+Blue) = 16+105+164=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #1069A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1069A4 is #EF965B. Grayscale: #545454. Windows color (decimal): -15701596 or 10774800. OLE color: 10774800.

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

Color convert

RGB16105164-
CMYK0.900.3600.36
HSL203.92º82.22%35.29%-
HSV(B)203.92º90.24%64.31%-
XYZ11.9712.8936.98-
YUV85.12172.5178.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.61%
GREEN value IS 105 (41.41% from 255) = 36.84%
BLUE value IS 164 (64.45% from 255) = 57.54%
R=5.61%
G=36.84%
B=57.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161051640.900.3600.36203.9282.2235.29
Hex1069A45A24024cc5223
Octal201512441324404431412243
Binary1000011010011010010010110101001000100100110011001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1069A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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