#0A69A9

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

Shades of Cerulean #0A69A9

Tints of Cerulean #0A69A9

Color information

#0A69A9 (or 0x0A69A9) is unknown color: approx Cerulean. HEX triplet: 0A, 69 and A9. RGB value is (10,105,169). Sum of RGB (Red+Green+Blue) = 10+105+169=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A69A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A69A9 is #F59656. Grayscale: #535353. Windows color (decimal): -16094807 or 11102474. OLE color: 11102474.

HSL color Cylindrical-coordinate representation of color #0A69A9: hue angle of 204.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A69A9 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10105169-
CMYK0.940.3800.34
HSL204.15º88.83%35.1%-
HSV(B)204.15º94.08%66.27%-
XYZ12.3413.0339.4-
YUV83.89176.0375.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 105 (41.41% from 255) = 36.97%
BLUE value IS 169 (66.41% from 255) = 59.51%
R=3.52%
G=36.97%
B=59.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101051690.940.3800.34204.1588.8335.1
HexA69A95E26022cc5923
Octal121512511364604231413143
Binary101011010011010100110111101001100100010110011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A69A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A69A9; }

 p { color: rgb(10,105,169); }

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

<style>
 a { background-color: #0A69A9; }

 a { background-color: rgb(10,105,169); }

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

<style>
 span { border-color: #0A69A9; }

 span { border-color: rgb(10,105,169); }

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