#0185AA

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

Shades of Cerulean #0185AA

Tints of Cerulean #0185AA

Color information

#0185AA (or 0x0185AA) is unknown color: approx Cerulean. HEX triplet: 01, 85 and AA. RGB value is (1,133,170). Sum of RGB (Red+Green+Blue) = 1+133+170=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #0185AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0185AA is #FE7A55. Grayscale: #616161. Windows color (decimal): -16677462 or 11175169. OLE color: 11175169.

HSL color Cylindrical-coordinate representation of color #0185AA: hue angle of 193.14º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0185AA is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1133170-
CMYK0.990.2200.33
HSL193.14º98.83%33.53%-
HSV(B)193.14º99.41%66.67%-
XYZ15.6619.6841-
YUV97.75168.7758.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=0.33%
G=43.75%
B=55.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11331700.990.2200.33193.1498.8333.53
Hex185AA6316021c16322
Octal12052521432604130114342
Binary110000101101010101100011101100100001110000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0185AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0185AA; }

 p { color: rgb(1,133,170); }

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

<style>
 a { background-color: #0185AA; }

 a { background-color: rgb(1,133,170); }

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

<style>
 span { border-color: #0185AA; }

 span { border-color: rgb(1,133,170); }

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