Html Css Color HEX #0185AD Cerulean

📋 copy color: '#0185AD'

red 1 ◦ green 133 ◦ blue 173

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

Shades of Cerulean #0185AD

Tints of Cerulean #0185AD

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

 GREEN value IS 133 (52.34% from 255) = 43.32%

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 0.33%
G = 43.32%
B = 56.35%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0185AD (or 0x0185AD) is known color: Cerulean. HEX triplet: 01, 85 and AD. RGB value is (1,133,173). Sum of RGB (Red+Green+Blue) = 1+133+173=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #0185AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0185AD is #FE7A52. Grayscale: #616161. Windows color (decimal): -16677459 or 11371777. OLE color: 11371777.

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

Color convert

RGB 1 133 173 -
CMYK 0.99 0.23 0 0.32
HSL 193.95º 0.99% 0.34% -
HSV(B) 193.95º 0.99% 0.68% -
XYZ 15.94 19.8 42.52 -
YUV 98.09 170.27 58.75 -
System Red Green Blue C M Y K H S L
Decimal 1 133 173 0.99 0.23 0 0.32 193.95 0.99 0.34
Hex 1 85 AD 63 17 0 20 C2 63 22
Octal 1 205 255 143 27 0 40 302 143 42
Binary 1 10000101 10101101 1100011 10111 0 100000 11000010 1100011 100010

Color Harmonies of #0185AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185AD

Black with #0185AD

Text Example


Text Example

White with #0185AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0185AD;
 }
 .AnyTagClassName
 {
   color: #0185AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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