Html Css Color HEX #0C87AA Eastern Blue

📋 copy color: '#0C87AA'

red 12 ◦ green 135 ◦ blue 170

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

Shades of Eastern Blue #0C87AA

Tints of Eastern Blue #0C87AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 3.79%
G = 42.59%
B = 53.63%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C87AA (or 0x0C87AA) is known color: Eastern Blue. HEX triplet: 0C, 87 and AA. RGB value is (12,135,170). Sum of RGB (Red+Green+Blue) = 12+135+170=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C87AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C87AA is #F37855. Grayscale: #656565. Windows color (decimal): -15956054 or 11175692. OLE color: 11175692.

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

Color convert

RGB 12 135 170 -
CMYK 0.93 0.21 0 0.33
HSL 193.29º 0.87% 0.36% -
HSV(B) 193.29º 0.93% 0.67% -
XYZ 16.07 20.31 41.1 -
YUV 102.21 166.25 63.65 -
System Red Green Blue C M Y K H S L
Decimal 12 135 170 0.93 0.21 0 0.33 193.29 0.87 0.36
Hex C 87 AA 5D 15 0 21 C1 57 24
Octal 14 207 252 135 25 0 41 301 127 44
Binary 1100 10000111 10101010 1011101 10101 0 100001 11000001 1010111 100100

Color Harmonies of #0C87AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C87AA

Black with #0C87AA

Text Example


Text Example

White with #0C87AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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