#0C869E

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

Shades of Eastern Blue #0C869E

Tints of Eastern Blue #0C869E

Color information

#0C869E (or 0x0C869E) is unknown color: approx Eastern Blue. HEX triplet: 0C, 86 and 9E. RGB value is (12,134,158). Sum of RGB (Red+Green+Blue) = 12+134+158=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C869E is #F37961. Grayscale: #646464. Windows color (decimal): -15956322 or 10389004. OLE color: 10389004.

HSL color Cylindrical-coordinate representation of color #0C869E: hue angle of 189.86º 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 #0C869E is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12134158-
CMYK0.920.1500.38
HSL189.86º85.88%33.33%-
HSV(B)189.86º92.41%61.96%-
XYZ14.8519.635.35-
YUV100.26160.5865.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.95%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=3.95%
G=44.08%
B=51.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal121341580.920.1500.38189.8685.8833.33
HexC869E5CF026be5621
Octal142062361341704627612641
Binary11001000011010011110101110011110100110101111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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