Html Css Color HEX #0185AB Cerulean

📋 copy color: '#0185AB'

red 1 ◦ green 133 ◦ blue 171

#0185AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0185AB

Tints of Cerulean #0185AB

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 value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0185AB (or 0x0185AB) is known color: 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

RGB 1 133 171 -
CMYK 0.99 0.22 0 0.33
HSL 193.41º 0.99% 0.34% -
HSV(B) 193.41º 0.99% 0.67% -
XYZ 15.75 19.72 41.5 -
YUV 97.86 169.27 58.91 -
System Red Green Blue C M Y K H S L
Decimal 1 133 171 0.99 0.22 0 0.33 193.41 0.99 0.34
Hex 1 85 AB 63 16 0 21 C1 63 22
Octal 1 205 253 143 26 0 41 301 143 42
Binary 1 10000101 10101011 1100011 10110 0 100001 11000001 1100011 100010

Color Harmonies of #0185AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185AB

Black with #0185AB

Text Example


Text Example

White with #0185AB

Text Example


Text Example

HTML Codes & Css Web 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>