Html Css Color HEX #0185AA Cerulean

📋 copy color: '#0185AA'

red 1 ◦ green 133 ◦ blue 170

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

Shades of Cerulean #0185AA

Tints of Cerulean #0185AA

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.8% from 255) = 55.92%

R = 0.33%
G = 43.75%
B = 55.92%

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

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

RGB 1 133 170 -
CMYK 0.99 0.22 0 0.33
HSL 193.14º 0.99% 0.34% -
HSV(B) 193.14º 0.99% 0.67% -
XYZ 15.66 19.68 41 -
YUV 97.75 168.77 58.99 -
System Red Green Blue C M Y K H S L
Decimal 1 133 170 0.99 0.22 0 0.33 193.14 0.99 0.34
Hex 1 85 AA 63 16 0 21 C1 63 22
Octal 1 205 252 143 26 0 41 301 143 42
Binary 1 10000101 10101010 1100011 10110 0 100001 11000001 1100011 100010

Color Harmonies of #0185AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185AA

Black with #0185AA

Text Example


Text Example

White with #0185AA

Text Example


Text Example

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