#0184AB

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

Shades of Cerulean #0184AB

Tints of Cerulean #0184AB

Color information

#0184AB (or 0x0184AB) is unknown color: approx Cerulean. HEX triplet: 01, 84 and AB. RGB value is (1,132,171). Sum of RGB (Red+Green+Blue) = 1+132+171=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #0184AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0184AB is #FE7B54. Grayscale: #606060. Windows color (decimal): -16677717 or 11240449. OLE color: 11240449.

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

Color convert

RGB1132171-
CMYK0.990.2300.33
HSL193.76º98.84%33.73%-
HSV(B)193.76º99.42%67.06%-
XYZ15.6119.4541.46-
YUV97.28169.659.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=0.33%
G=43.42%
B=56.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11321710.990.2300.33193.7698.8433.73
Hex184AB6317021c26322
Octal12042531432704130214342
Binary110000100101010111100011101110100001110000101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0184AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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