Html Css Color HEX #0C809E Eastern Blue

📋 copy color: '#0C809E'

red 12 ◦ green 128 ◦ blue 158

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

Shades of Eastern Blue #0C809E

Tints of Eastern Blue #0C809E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.02%

R = 4.03%
G = 42.95%
B = 53.02%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C809E (or 0x0C809E) is known color: Eastern Blue. HEX triplet: 0C, 80 and 9E. RGB value is (12,128,158). Sum of RGB (Red+Green+Blue) = 12+128+158=298 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.03% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C809E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C809E is #F37F61. Grayscale: #606060. Windows color (decimal): -15957858 or 10387468. OLE color: 10387468.

HSL color Cylindrical-coordinate representation of color #0C809E: hue angle of 192.33º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C809E is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 128 158 -
CMYK 0.92 0.19 0 0.38
HSL 192.33º 0.86% 0.33% -
HSV(B) 192.33º 0.92% 0.62% -
XYZ 14.04 17.99 35.08 -
YUV 96.74 162.57 67.56 -
System Red Green Blue C M Y K H S L
Decimal 12 128 158 0.92 0.19 0 0.38 192.33 0.86 0.33
Hex C 80 9E 5C 13 0 26 C0 56 21
Octal 14 200 236 134 23 0 46 300 126 41
Binary 1100 10000000 10011110 1011100 10011 0 100110 11000000 1010110 100001

Color Harmonies of #0C809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C809E

Black with #0C809E

Text Example


Text Example

White with #0C809E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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