Html Css Color HEX #0085AD Cerulean

📋 copy color: '#0085AD'

red 0 ◦ green 133 ◦ blue 173

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

Shades of Cerulean #0085AD

Tints of Cerulean #0085AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 43.46%
B = 56.54%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0085AD (or 0x0085AD) is known color: Cerulean. HEX triplet: 00, 85 and AD. RGB value is (0,133,173). Sum of RGB (Red+Green+Blue) = 0+133+173=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #0085AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0085AD is #FF7A52. Grayscale: #616161. Windows color (decimal): -16742995 or 11371776. OLE color: 11371776.

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

Color convert

RGB 0 133 173 -
CMYK 1 0.23 0 0.32
HSL 193.87º 1% 0.34% -
HSV(B) 193.87º 1% 0.68% -
XYZ 15.93 19.79 42.52 -
YUV 97.79 170.44 58.25 -
System Red Green Blue C M Y K H S L
Decimal 0 133 173 1 0.23 0 0.32 193.87 1 0.34
Hex 0 85 AD 64 17 0 20 C2 64 22
Octal 0 205 255 144 27 0 40 302 144 42
Binary 0 10000101 10101101 1100100 10111 0 100000 11000010 1100100 100010

Color Harmonies of #0085AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0085AD

Black with #0085AD

Text Example


Text Example

White with #0085AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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