Html Css Color HEX #0186AD Cerulean

📋 copy color: '#0186AD'

red 1 ◦ green 134 ◦ blue 173

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

Shades of Cerulean #0186AD

Tints of Cerulean #0186AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

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

R = 0.32%
G = 43.51%
B = 56.17%

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

#0186AD (or 0x0186AD) is known color: Cerulean. HEX triplet: 01, 86 and AD. RGB value is (1,134,173). Sum of RGB (Red+Green+Blue) = 1+134+173=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #0186AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0186AD is #FE7952. Grayscale: #626262. Windows color (decimal): -16677203 or 11372033. OLE color: 11372033.

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

Color convert

RGB 1 134 173 -
CMYK 0.99 0.23 0 0.32
HSL 193.6º 0.99% 0.34% -
HSV(B) 193.6º 0.99% 0.68% -
XYZ 16.08 20.07 42.56 -
YUV 98.68 169.94 58.33 -
System Red Green Blue C M Y K H S L
Decimal 1 134 173 0.99 0.23 0 0.32 193.6 0.99 0.34
Hex 1 86 AD 63 17 0 20 C2 63 22
Octal 1 206 255 143 27 0 40 302 143 42
Binary 1 10000110 10101101 1100011 10111 0 100000 11000010 1100011 100010

Color Harmonies of #0186AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0186AD

Black with #0186AD

Text Example


Text Example

White with #0186AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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