Html Css Color HEX #0C87AD Cerulean

📋 copy color: '#0C87AD'

red 12 ◦ green 135 ◦ blue 173

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

Shades of Cerulean #0C87AD

Tints of Cerulean #0C87AD

RGB

 RED value IS 12 (5.08% from 255) = 3.75%

 GREEN value IS 135 (53.13% from 255) = 42.19%

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

R = 3.75%
G = 42.19%
B = 54.06%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C87AD (or 0x0C87AD) is known color: Cerulean. HEX triplet: 0C, 87 and AD. RGB value is (12,135,173). Sum of RGB (Red+Green+Blue) = 12+135+173=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C87AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C87AD is #F37852. Grayscale: #666666. Windows color (decimal): -15956051 or 11372300. OLE color: 11372300.

HSL color Cylindrical-coordinate representation of color #0C87AD: hue angle of 194.16º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C87AD is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 135 173 -
CMYK 0.93 0.22 0 0.32
HSL 194.16º 0.87% 0.36% -
HSV(B) 194.16º 0.93% 0.68% -
XYZ 16.36 20.42 42.62 -
YUV 102.56 167.75 63.41 -
System Red Green Blue C M Y K H S L
Decimal 12 135 173 0.93 0.22 0 0.32 194.16 0.87 0.36
Hex C 87 AD 5D 16 0 20 C2 57 24
Octal 14 207 255 135 26 0 40 302 127 44
Binary 1100 10000111 10101101 1011101 10110 0 100000 11000010 1010111 100100

Color Harmonies of #0C87AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C87AD

Black with #0C87AD

Text Example


Text Example

White with #0C87AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C87AD; }

 p { color: rgb(12,135,173); }

 H1.HeaderClassName
 {
   color: #0C87AD;
 }
 .AnyTagClassName
 {
   color: #0C87AD;
 }
</style>

background-color css

<style>
 a { background-color: #0C87AD; }

 a { background-color: rgb(12,135,173); }

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

border-color css

<style>
 span { border-color: #0C87AD; }

 span { border-color: rgb(12,135,173); }

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