#0A85B3

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

Shades of Cerulean #0A85B3

Tints of Cerulean #0A85B3

Color information

#0A85B3 (or 0x0A85B3) is unknown color: approx Cerulean. HEX triplet: 0A, 85 and B3. RGB value is (10,133,179). Sum of RGB (Red+Green+Blue) = 10+133+179=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #0A85B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A85B3 is #F57A4C. Grayscale: #656565. Windows color (decimal): -16087629 or 11765002. OLE color: 11765002.

HSL color Cylindrical-coordinate representation of color #0A85B3: hue angle of 196.33º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A85B3 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10133179-
CMYK0.940.2600.30
HSL196.33º89.42%37.06%-
HSV(B)196.33º94.41%70.2%-
XYZ16.6520.0945.65-
YUV101.47171.7562.76-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.11%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 179 (70.31% from 255) = 55.59%
R=3.11%
G=41.30%
B=55.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101331790.940.2600.30196.3389.4237.06
HexA85B35E1A01Ec45925
Octal122052631363203630413145
Binary10101000010110110011101111011010011110110001001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A85B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,133,179); }

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

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

 a { background-color: rgb(10,133,179); }

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

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

 span { border-color: rgb(10,133,179); }

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