#0185AB

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

Shades of Cerulean #0185AB

Tints of Cerulean #0185AB

Color information

#0185AB (or 0x0185AB) is unknown color: approx Cerulean. HEX triplet: 01, 85 and AB. RGB value is (1,133,171). Sum of RGB (Red+Green+Blue) = 1+133+171=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #0185AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0185AB is #FE7A54. Grayscale: #616161. Windows color (decimal): -16677461 or 11240705. OLE color: 11240705.

HSL color Cylindrical-coordinate representation of color #0185AB: hue angle of 193.41º 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 #0185AB is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1133171-
CMYK0.990.2200.33
HSL193.41º98.84%33.73%-
HSV(B)193.41º99.42%67.06%-
XYZ15.7519.7241.5-
YUV97.86169.2758.91-

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.61%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=0.33%
G=43.61%
B=56.07%

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
Decimal11331710.990.2200.33193.4198.8433.73
Hex185AB6316021c16322
Octal12052531432604130114342
Binary110000101101010111100011101100100001110000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0185AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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