#0C8794

Color #0C8794 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0C8794

Tints of Eastern Blue #0C8794

Color information

#0C8794 (or 0x0C8794) is unknown color: approx Eastern Blue. HEX triplet: 0C, 87 and 94. RGB value is (12,135,148). Sum of RGB (Red+Green+Blue) = 12+135+148=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C8794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8794 is #F3786B. Grayscale: #636363. Windows color (decimal): -15956076 or 9733900. OLE color: 9733900.

HSL color Cylindrical-coordinate representation of color #0C8794: hue angle of 185.74º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8794 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12135148-
CMYK0.920.0900.42
HSL185.74º85%31.37%-
HSV(B)185.74º91.89%58.04%-
XYZ14.1619.5431.04-
YUV99.7155.2565.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.07%
GREEN value IS 135 (53.12% from 255) = 45.76%
BLUE value IS 148 (58.20% from 255) = 50.17%
R=4.07%
G=45.76%
B=50.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121351480.920.0900.42185.748531.37
HexC87945C902Aba551f
Octal142072241341105227212537
Binary1100100001111001010010111001001010101010111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C8794;
 }
 .AnyTagClassName
 {
   color: #0C8794;
 }
</style>
background-color css

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

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

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

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

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

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