#0963A0

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

Shades of Cerulean #0963A0

Tints of Cerulean #0963A0

Color information

#0963A0 (or 0x0963A0) is unknown color: approx Cerulean. HEX triplet: 09, 63 and A0. RGB value is (9,99,160). Sum of RGB (Red+Green+Blue) = 9+99+160=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #0963A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0963A0 is #F69C5F. Grayscale: #4E4E4E. Windows color (decimal): -16161888 or 10511113. OLE color: 10511113.

HSL color Cylindrical-coordinate representation of color #0963A0: hue angle of 204.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0963A0 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB999160-
CMYK0.940.3800.37
HSL204.24º89.35%33.14%-
HSV(B)204.24º94.38%62.75%-
XYZ10.9211.5234.91-
YUV79.04173.6878.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.36%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 160 (62.89% from 255) = 59.70%
R=3.36%
G=36.94%
B=59.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9991600.940.3800.37204.2489.3533.14
Hex963A05E26025cc5921
Octal111432401364604531413141
Binary100111000111010000010111101001100100101110011001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0963A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0963A0; }

 p { color: rgb(9,99,160); }

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

<style>
 a { background-color: #0963A0; }

 a { background-color: rgb(9,99,160); }

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

<style>
 span { border-color: #0963A0; }

 span { border-color: rgb(9,99,160); }

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