#0C8392

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

Shades of Eastern Blue #0C8392

Tints of Eastern Blue #0C8392

Color information

#0C8392 (or 0x0C8392) is unknown color: approx Eastern Blue. HEX triplet: 0C, 83 and 92. RGB value is (12,131,146). Sum of RGB (Red+Green+Blue) = 12+131+146=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C8392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8392 is #F37C6D. Grayscale: #606060. Windows color (decimal): -15957102 or 9601804. OLE color: 9601804.

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

Color convert

RGB12131146-
CMYK0.920.1000.43
HSL186.72º84.81%30.98%-
HSV(B)186.72º91.78%57.25%-
XYZ13.4618.3930.03-
YUV97.13155.5867.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.15%
GREEN value IS 131 (51.56% from 255) = 45.33%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=4.15%
G=45.33%
B=50.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121311460.920.1000.43186.7284.8130.98
HexC83925CA02Bbb551f
Octal142032221341205327312537
Binary1100100000111001001010111001010010101110111011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,131,146); }

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

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

 a { background-color: rgb(12,131,146); }

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

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

 span { border-color: rgb(12,131,146); }

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