Html Css Color HEX #0C8096 Eastern Blue

📋 copy color: '#0C8096'

red 12 ◦ green 128 ◦ blue 150

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

Shades of Eastern Blue #0C8096

Tints of Eastern Blue #0C8096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.14%

 BLUE value IS 150 (58.98% from 255) = 51.72%

R = 4.14%
G = 44.14%
B = 51.72%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0C8096 (or 0x0C8096) is known color: Eastern Blue. HEX triplet: 0C, 80 and 96. RGB value is (12,128,150). Sum of RGB (Red+Green+Blue) = 12+128+150=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C8096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8096 is #F37F69. Grayscale: #5F5F5F. Windows color (decimal): -15957866 or 9863180. OLE color: 9863180.

HSL color Cylindrical-coordinate representation of color #0C8096: hue angle of 189.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8096 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 128 150 -
CMYK 0.92 0.15 0 0.41
HSL 189.57º 0.85% 0.32% -
HSV(B) 189.57º 0.92% 0.59% -
XYZ 13.38 17.72 31.57 -
YUV 95.82 158.57 68.21 -
System Red Green Blue C M Y K H S L
Decimal 12 128 150 0.92 0.15 0 0.41 189.57 0.85 0.32
Hex C 80 96 5C F 0 29 BE 55 20
Octal 14 200 226 134 17 0 51 276 125 40
Binary 1100 10000000 10010110 1011100 1111 0 101001 10111110 1010101 100000

Color Harmonies of #0C8096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8096

Black with #0C8096

Text Example


Text Example

White with #0C8096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,150); }

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

background-color css

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

 a { background-color: rgb(12,128,150); }

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

border-color css

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

 span { border-color: rgb(12,128,150); }

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