Html Css Color HEX #0185AC Cerulean

📋 copy color: '#0185AC'

red 1 ◦ green 133 ◦ blue 172

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

Shades of Cerulean #0185AC

Tints of Cerulean #0185AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 0.33%
G = 43.46%
B = 56.21%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0185AC (or 0x0185AC) is known color: Cerulean. HEX triplet: 01, 85 and AC. RGB value is (1,133,172). Sum of RGB (Red+Green+Blue) = 1+133+172=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #0185AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0185AC is #FE7A53. Grayscale: #616161. Windows color (decimal): -16677460 or 11306241. OLE color: 11306241.

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

Color convert

RGB 1 133 172 -
CMYK 0.99 0.23 0 0.33
HSL 193.68º 0.99% 0.34% -
HSV(B) 193.68º 0.99% 0.67% -
XYZ 15.85 19.76 42.01 -
YUV 97.98 169.77 58.83 -
System Red Green Blue C M Y K H S L
Decimal 1 133 172 0.99 0.23 0 0.33 193.68 0.99 0.34
Hex 1 85 AC 63 17 0 21 C2 63 22
Octal 1 205 254 143 27 0 41 302 143 42
Binary 1 10000101 10101100 1100011 10111 0 100001 11000010 1100011 100010

Color Harmonies of #0185AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185AC

Black with #0185AC

Text Example


Text Example

White with #0185AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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